Compartir a través de


AllJoynBusAttachment.AuthenticationComplete Evento

Definición

Importante

Los tipos del espacio de nombres Windows.Devices.AllJoyn están en desuso y es posible que no estén disponibles en versiones futuras de Windows. AllJoyn, patrocinado por AllSeen Alliance, fue un protocolo de comunicación y detección de código abierto para escenarios de Internet de las cosas (IoT), como encender y apagar las luces, y leer temperaturas. Para conocer alternativas, como IoTivity Lite e IoTivity, consulte el sitio web de iotivity.org .

Se produce cuando se completa la comprobación de las credenciales proporcionadas.

// 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) 

Tipo de evento

Atributos

Requisitos de Windows

Características de aplicaciones
allJoyn

Se aplica a