Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
IAsyncResult BeginFind( string id, FindOptions findOptions, AsyncCallback callback, Object asyncState ) |
| Visual Basic (Declaration) |
|---|
Function BeginFind ( _ id As String, _ findOptions As FindOptions, _ callback As AsyncCallback, _ asyncState As Object _ ) As IAsyncResult |
| Visual C++ |
|---|
IAsyncResult^ BeginFind( String^ id, FindOptions findOptions, AsyncCallback^ callback, Object^ asyncState ) |
Parameters
- id
- Type: System..::.String
- callback
- Type: System..::.AsyncCallback
- asyncState
- Type: System..::.Object