Begin asynchronous invocation of Find<(Of <<'(T>)>>)(String, Int32, Int32, String).
Namespace: Simol.AsyncAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static IAsyncResult BeginFind<T>( this ISimol simol, string queryText, int resultStartIndex, int resultCount, string searchProperty, AsyncCallback callback, Object state ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function BeginFind(Of T) ( _ simol As ISimol, _ queryText As String, _ resultStartIndex As Integer, _ resultCount As Integer, _ searchProperty As String, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
Visual C++ |
---|
[ExtensionAttribute] public: generic<typename T> static IAsyncResult^ BeginFind( ISimol^ simol, String^ queryText, int resultStartIndex, int resultCount, String^ searchProperty, AsyncCallback^ callback, Object^ state ) |
Parameters
- simol
- Type: Simol..::..ISimol
- queryText
- Type: System..::..String
- resultStartIndex
- Type: System..::..Int32
- resultCount
- Type: System..::..Int32
- searchProperty
- Type: System..::..String
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object
Type Parameters
- T