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