AllJoynBusAttachment.AuthenticationComplete イベント

定義

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

指定された資格情報の検証が完了したときに発生します。

// Register
event_token AuthenticationComplete(TypedEventHandler<AllJoynBusAttachment, AllJoynAuthenticationCompleteEventArgs const&> const& handler) const;

// Revoke with event_token
void AuthenticationComplete(event_token const* cookie) const;

// Revoke with event_revoker
AllJoynBusAttachment::AuthenticationComplete_revoker AuthenticationComplete(auto_revoke_t, TypedEventHandler<AllJoynBusAttachment, AllJoynAuthenticationCompleteEventArgs const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
// Register
event_token AuthenticationComplete(TypedEventHandler<AllJoynBusAttachment, AllJoynAuthenticationCompleteEventArgs const&> const& handler) const;

// Revoke with event_token
void AuthenticationComplete(event_token const* cookie) const;

// Revoke with event_revoker
AllJoynBusAttachment::AuthenticationComplete_revoker AuthenticationComplete(auto_revoke_t, TypedEventHandler<AllJoynBusAttachment, AllJoynAuthenticationCompleteEventArgs const&> const& handler) const;
public event TypedEventHandler<AllJoynBusAttachment,AllJoynAuthenticationCompleteEventArgs> AuthenticationComplete;
[add: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public event TypedEventHandler<AllJoynBusAttachment,AllJoynAuthenticationCompleteEventArgs> AuthenticationComplete;
function onAuthenticationComplete(eventArgs) { /* Your code */ }
allJoynBusAttachment.addEventListener("authenticationcomplete", onAuthenticationComplete);
allJoynBusAttachment.removeEventListener("authenticationcomplete", onAuthenticationComplete);
- or -
allJoynBusAttachment.onauthenticationcomplete = onAuthenticationComplete;
Public Custom Event AuthenticationComplete As TypedEventHandler(Of AllJoynBusAttachment, AllJoynAuthenticationCompleteEventArgs) 

イベントの種類

属性

Windows の要件

アプリの機能
allJoyn

適用対象