| CqlCommandBeginExecute Method  | 
            Starts executing the statement async
            
 
Namespace: Dse.Data.LinqAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic virtual IAsyncResult BeginExecute(
	AsyncCallback callback,
	Object state
)
Parameters
- callback
 - Type: SystemAsyncCallback
 - state
 - Type: SystemObject
 
Return Value
Type: 
IAsyncResult
See Also