シンタックス
'宣言
Function BeginLogoff( _
ByVal As LogoffRequest, _
ByVal As System.AsyncCallback, _
ByVal As System.Object _
) As System.IAsyncResult
'使用法
Dim instance As ReportingService2005Soap
Dim request As LogoffRequest
Dim callback As System.AsyncCallback
Dim asyncState As System.Object
Dim value As System.IAsyncResult
value = instance.BeginLogoff(request, callback, asyncState)
System.IAsyncResult BeginLogoff(
LogoffRequest ,
System.AsyncCallback ,
System.object
)
パラメータ
- request
- callback
- asyncState
参照