AllJoynMessageInfo
AllJoynMessageInfo
AllJoynMessageInfo
AllJoynMessageInfo
Class
Definition
Exposes information about the sender of a message being processed.
public : sealed class AllJoynMessageInfo : IAllJoynMessageInfopublic sealed class AllJoynMessageInfo : IAllJoynMessageInfoPublic NotInheritable Class AllJoynMessageInfo Implements IAllJoynMessageInfo// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|
Constructors
AllJoynMessageInfo(String) AllJoynMessageInfo(String) AllJoynMessageInfo(String) AllJoynMessageInfo(String)
Generates an AllJoynMessageInfo object that contains the unique name of the sender that sent the message being processed.
public : AllJoynMessageInfo(PlatForm::String senderUniqueName)public AllJoynMessageInfo(String senderUniqueName)Public Sub New(senderUniqueName As String)// You can use this method in JavaScript.
Parameters
- senderUniqueName
- PlatForm::String String String String
The unique name of the sender.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|
Properties
SenderUniqueName SenderUniqueName SenderUniqueName SenderUniqueName
The unique bus name of the message sender.
public : PlatForm::String SenderUniqueName { get; }public string SenderUniqueName { get; }Public ReadOnly Property SenderUniqueName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The unique bus name.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|