AllJoynBusObjectStoppedEventArgs AllJoynBusObjectStoppedEventArgs AllJoynBusObjectStoppedEventArgs AllJoynBusObjectStoppedEventArgs Class

Definition

Contains information about the stopped AllJoynBusObject.

public : sealed class AllJoynBusObjectStoppedEventArgs : IAllJoynBusObjectStoppedEventArgspublic sealed class AllJoynBusObjectStoppedEventArgs : IAllJoynBusObjectStoppedEventArgsPublic NotInheritable Class AllJoynBusObjectStoppedEventArgs Implements IAllJoynBusObjectStoppedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Constructors

AllJoynBusObjectStoppedEventArgs(Int32) AllJoynBusObjectStoppedEventArgs(Int32) AllJoynBusObjectStoppedEventArgs(Int32) AllJoynBusObjectStoppedEventArgs(Int32)

Creates an AllJoynBusObjectStoppedEventArgs class used for communicating status of the AllJoynBusObject.Stopped event.

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

Value indicating the status.

Properties

Status Status Status Status

Gets the status of the AllJoynBusObject that was stopped.

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 status of the bus object.