AllJoynSessionMemberRemovedEventArgs AllJoynSessionMemberRemovedEventArgs AllJoynSessionMemberRemovedEventArgs AllJoynSessionMemberRemovedEventArgs Class

Definition

Contains information about a remote app removed from a session.

public : sealed class AllJoynSessionMemberRemovedEventArgs : IAllJoynSessionMemberRemovedEventArgspublic sealed class AllJoynSessionMemberRemovedEventArgs : IAllJoynSessionMemberRemovedEventArgsPublic NotInheritable Class AllJoynSessionMemberRemovedEventArgs Implements IAllJoynSessionMemberRemovedEventArgs// 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

AllJoynSessionMemberRemovedEventArgs(String) AllJoynSessionMemberRemovedEventArgs(String) AllJoynSessionMemberRemovedEventArgs(String) AllJoynSessionMemberRemovedEventArgs(String)

Generates an object containing information about a remote app removed from a session.

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

The unique bus name of the remote app removed from the session.

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 removed from 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