ReportServiceAuthentication.BeginLogonUser 方法

定義

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);
Public Function BeginLogonUser (userName As String, password As String, authority As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

參數

userName
String
password
String
authority
String
callback
AsyncCallback
asyncState
Object

傳回

IAsyncResult

適用於