ISessionPrepareAsync Method (String, IDictionaryString, Byte) |
Prepares the provided query string asynchronously, and sending the custom payload request.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax Task<PreparedStatement> PrepareAsync(
string cqlQuery,
IDictionary<string, byte[]> customPayload
)
Parameters
- cqlQuery
- Type: SystemString
cql query to prepare - customPayload
- Type: System.Collections.GenericIDictionaryString, Byte
Custom outgoing payload to send with the prepare request
Return Value
Type:
TaskPreparedStatementSee Also