ReportServiceAuthentication.BeginLogonUser Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Parametri
- userName
- String
- password
- String
- authority
- String
- callback
- AsyncCallback
- asyncState
- Object