シンタックス
'宣言
Public Function BeginFindItems( _
ByVal As System.String, _
ByVal As BooleanOperatorEnum, _
ByVal () As SearchCondition, _
ByVal As System.AsyncCallback, _
ByVal As System.Object _
) As System.IAsyncResult
'使用法
Dim instance As ReportingService2005SoapClient
Dim Folder As System.String
Dim BooleanOperator As BooleanOperatorEnum
Dim Conditions() As SearchCondition
Dim callback As System.AsyncCallback
Dim asyncState As System.Object
Dim value As System.IAsyncResult
value = instance.BeginFindItems(Folder, BooleanOperator, Conditions, callback, asyncState)
public System.IAsyncResult BeginFindItems(
System.string ,
BooleanOperatorEnum ,
SearchCondition[] ,
System.AsyncCallback ,
System.object
)
パラメータ
- Folder
- BooleanOperator
- Conditions
- callback
- asyncState
参照