SessionBeginPrepare Method |
Begins asynchronous prepare operation
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public IAsyncResult BeginPrepare(
string cqlQuery,
AsyncCallback callback,
Object state
)
Parameters
- cqlQuery
- Type: SystemString
- callback
- Type: SystemAsyncCallback
- state
- Type: SystemObject
Return Value
Type:
IAsyncResultImplements
ISessionBeginPrepare(String, AsyncCallback, Object)See Also