Begin asynchronous invocation of Select<(Of <<'(T>)>>)(SelectCommand<(Of <<'(T>)>>)).
            
        
        Namespace: Simol.AsyncAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public static IAsyncResult BeginSelect<T>( this ISimol simol, SelectCommand<T> command, AsyncCallback callback, Object state )  | 
| Visual Basic | 
|---|
<ExtensionAttribute> _ Public Shared Function BeginSelect(Of T) ( _ simol As ISimol, _ command As SelectCommand(Of T), _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult  | 
| Visual C++ | 
|---|
[ExtensionAttribute] public: generic<typename T> static IAsyncResult^ BeginSelect( ISimol^ simol, SelectCommand<T>^ command, AsyncCallback^ callback, Object^ state )  | 
Parameters
- simol
 - Type: Simol..::..ISimol
 
- command
 - Type: Simol..::..SelectCommand<(Of <(<'T>)>)>
 
- callback
 - Type: System..::..AsyncCallback
 
- state
 - Type: System..::..Object
 
Type Parameters
- T