ReportServiceAuthentication.BeginLogonUser Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
IAsyncResult ^ BeginLogonUser(System::String ^ userName, System::String ^ password, System::String ^ authority, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginLogonUser (string userName, string password, string authority, AsyncCallback callback, object asyncState);
member this.BeginLogonUser : string * string * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginLogonUser (userName As String, password As String, authority As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Paramètres
- userName
- String
- password
- String
- authority
- String
- callback
- AsyncCallback
- asyncState
- Object