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