SessionPrepareAsync Method (String, IDictionaryString, Byte) | 
 
            Prepares the provided query string asynchronously, and sending the custom payload request.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic Task<PreparedStatement> PrepareAsync(
	string query,
	IDictionary<string, byte[]> customPayload
)
Parameters
- query
 - Type: SystemString
 - customPayload
 - Type: System.Collections.GenericIDictionaryString, Byte
Custom outgoing payload to send with the prepare request 
Return Value
Type: 
TaskPreparedStatementImplements
ISessionPrepareAsync(String, IDictionaryString, Byte)
See Also