シンタックス
'宣言
Public Function BeginLogonUser( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.AsyncCallback, _
ByVal As System.Object _
) As System.IAsyncResult
'使用法
Dim instance As ReportExecutionServiceSoapClient
Dim userName As System.String
Dim password As System.String
Dim authority As System.String
Dim callback As System.AsyncCallback
Dim asyncState As System.Object
Dim value As System.IAsyncResult
value = instance.BeginLogonUser(userName, password, authority, callback, asyncState)
public System.IAsyncResult BeginLogonUser(
System.string ,
System.string ,
System.string ,
System.AsyncCallback ,
System.object
)
パラメータ
- userName
- password
- authority
- callback
- asyncState
参照