AllJoynSessionMemberAddedEventArgs AllJoynSessionMemberAddedEventArgs AllJoynSessionMemberAddedEventArgs AllJoynSessionMemberAddedEventArgs Class

Definition

Contains information about a peer that was added to a session.

public : sealed class AllJoynSessionMemberAddedEventArgs : IAllJoynSessionMemberAddedEventArgspublic sealed class AllJoynSessionMemberAddedEventArgs : IAllJoynSessionMemberAddedEventArgsPublic NotInheritable Class AllJoynSessionMemberAddedEventArgs Implements IAllJoynSessionMemberAddedEventArgs// 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

AllJoynSessionMemberAddedEventArgs(String) AllJoynSessionMemberAddedEventArgs(String) AllJoynSessionMemberAddedEventArgs(String) AllJoynSessionMemberAddedEventArgs(String)

Generates an object that contains information about the remote app added to the session.

public : AllJoynSessionMemberAddedEventArgs(PlatForm::String uniqueName)public AllJoynSessionMemberAddedEventArgs(String uniqueName)Public Sub New(uniqueName As String)// You can use this method in JavaScript.
Parameters
uniqueName
PlatForm::String String String String

The unique Consumer 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

Properties

UniqueName UniqueName UniqueName UniqueName

The unique bus name of the remote app new to the session.

public : PlatForm::String UniqueName { get; }public string UniqueName { get; }Public ReadOnly Property UniqueName 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