AllJoynWatcherStoppedEventArgs AllJoynWatcherStoppedEventArgs AllJoynWatcherStoppedEventArgs AllJoynWatcherStoppedEventArgs Class

Definition

Contains information about the stopped session watcher object.

public : sealed class AllJoynWatcherStoppedEventArgs : IAllJoynWatcherStoppedEventArgspublic sealed class AllJoynWatcherStoppedEventArgs : IAllJoynWatcherStoppedEventArgsPublic NotInheritable Class AllJoynWatcherStoppedEventArgs Implements IAllJoynWatcherStoppedEventArgs// 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

AllJoynWatcherStoppedEventArgs(Int32) AllJoynWatcherStoppedEventArgs(Int32) AllJoynWatcherStoppedEventArgs(Int32) AllJoynWatcherStoppedEventArgs(Int32)

Generates an AllJoynWatcherStoppedEventArgs object that contains status information that identifies the reason the watcher object was stopped.

public : AllJoynWatcherStoppedEventArgs(int status)public AllJoynWatcherStoppedEventArgs(Int32 status)Public Sub New(status As Int32)// You can use this method in JavaScript.
Parameters
status
int Int32 Int32 Int32

The AllJoyn status code.

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

Status Status Status Status

Returns a status code that was returned when the watcher object is stopped. This value is represented by AllJoynStatus.

public : int Status { get; }public int Status { get; }Public ReadOnly Property Status As int// You can use this property in JavaScript.
Value
int int int int

The AllJoyn status code.

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