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