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