シンタックス
'宣言
Public Function BeginSetReportHistoryLimit( _
ByVal As BatchHeader, _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Integer, _
ByVal As System.AsyncCallback, _
ByVal As System.Object _
) As System.IAsyncResult
'使用法
Dim instance As ReportingService2005SoapClient
Dim BatchHeader As BatchHeader
Dim Report As System.String
Dim UseSystem As System.Boolean
Dim HistoryLimit As System.Integer
Dim callback As System.AsyncCallback
Dim asyncState As System.Object
Dim value As System.IAsyncResult
value = instance.BeginSetReportHistoryLimit(BatchHeader, Report, UseSystem, HistoryLimit, callback, asyncState)
public System.IAsyncResult BeginSetReportHistoryLimit(
BatchHeader ,
System.string ,
System.bool ,
System.int ,
System.AsyncCallback ,
System.object
)
パラメータ
- BatchHeader
- Report
- UseSystem
- HistoryLimit
- callback
- asyncState
参照