AllJoynWatcherStoppedEventArgs.Status Proprietà

Definizione

Importante

I tipi nello spazio dei nomi Windows.Devices.AllJoyn sono deprecati e potrebbero non essere disponibili nelle versioni future di Windows. AllJoyn, sponsorizzato da AllSeen Alliance, è stato un protocollo di individuazione e comunicazione open source per scenari IoT (Internet of Things), ad esempio l'accensione e la disattivazione delle luci e la lettura delle temperature. Per alternative, ad esempio IoTivity Lite e IoTivity, fare riferimento al sito Web di iotivity.org .

Restituisce un codice di stato restituito quando l'oggetto watcher viene arrestato. Questo valore è rappresentato da AllJoynStatus.

public:
 property int Status { int get(); };
int Status();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynWatcherStoppedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
int Status();
public int Status { get; }
public int Status { [Windows.Foundation.Metadata.Deprecated("AllJoynWatcherStoppedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var int32 = allJoynWatcherStoppedEventArgs.status;
Public ReadOnly Property Status As Integer

Valore della proprietà

Int32

int

Codice di stato AllJoyn.

Attributi

Requisiti Windows

Funzionalità dell'app
allJoyn

Si applica a