AllJoynBusObject.Stopped 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn 是由 AllSeen聯盟贊助,是一種開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉光線,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。
當 AllJoynBusObject停止時觸發的事件。
// 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)
事件類型
- 屬性
Windows 需求
應用程式功能 |
allJoyn
|