AllJoynBusObject.Stopped Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 .
Evento attivato quando l'oggetto AllJoynBusObject viene arrestato.
// Register
event_token Stopped(TypedEventHandler<AllJoynBusObject, AllJoynBusObjectStoppedEventArgs const&> const& handler) const;
// Revoke with event_token
void Stopped(event_token const* cookie) const;
// Revoke with event_revoker
AllJoynBusObject::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<AllJoynBusObject, AllJoynBusObjectStoppedEventArgs const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("AllJoynBusObject has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("AllJoynBusObject has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
// Register
event_token Stopped(TypedEventHandler<AllJoynBusObject, AllJoynBusObjectStoppedEventArgs const&> const& handler) const;
// Revoke with event_token
void Stopped(event_token const* cookie) const;
// Revoke with event_revoker
AllJoynBusObject::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<AllJoynBusObject, AllJoynBusObjectStoppedEventArgs const&> const& handler) const;
public event TypedEventHandler<AllJoynBusObject,AllJoynBusObjectStoppedEventArgs> Stopped;
[add: Windows.Foundation.Metadata.Deprecated("AllJoynBusObject has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("AllJoynBusObject has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public event TypedEventHandler<AllJoynBusObject,AllJoynBusObjectStoppedEventArgs> Stopped;
function onStopped(eventArgs) { /* Your code */ }
allJoynBusObject.addEventListener("stopped", onStopped);
allJoynBusObject.removeEventListener("stopped", onStopped);
- or -
allJoynBusObject.onstopped = onStopped;
Public Custom Event Stopped As TypedEventHandler(Of AllJoynBusObject, AllJoynBusObjectStoppedEventArgs)
Tipo evento
- Attributi
Requisiti Windows
Funzionalità dell'app |
allJoyn
|