AllJoynServiceInfoRemovedEventArgs AllJoynServiceInfoRemovedEventArgs AllJoynServiceInfoRemovedEventArgs AllJoynServiceInfoRemovedEventArgs Class

Definition

Contains information that identifies an advertising app that is no longer available.

public : sealed class AllJoynServiceInfoRemovedEventArgs : IAllJoynServiceInfoRemovedEventArgspublic sealed class AllJoynServiceInfoRemovedEventArgs : IAllJoynServiceInfoRemovedEventArgsPublic NotInheritable Class AllJoynServiceInfoRemovedEventArgs Implements IAllJoynServiceInfoRemovedEventArgs// 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

AllJoynServiceInfoRemovedEventArgs(String) AllJoynServiceInfoRemovedEventArgs(String) AllJoynServiceInfoRemovedEventArgs(String) AllJoynServiceInfoRemovedEventArgs(String)

Generates an object containing information about an advertising app that is no longer available.

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

The unique app 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 advertising app that is no longer available.

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