Compartilhar via


AuthenticationCompletedEventArgs classe

Fornece os argumentos para o evento que é gerado quando uma solicitação de autenticar seja concluída.

Inheritance hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.SharePoint.Client.AuthenticationCompletedEventArgs

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)

Sintaxe

'Declaração
Public NotInheritable Class AuthenticationCompletedEventArgs _
    Inherits AsyncCompletedEventArgs
'Uso
Dim instance As AuthenticationCompletedEventArgs
public sealed class AuthenticationCompletedEventArgs : AsyncCompletedEventArgs

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

AuthenticationCompletedEventArgs membros

Microsoft.SharePoint.Client namespace