Click or drag to resize
SessionPrepareAsync Method (String, IDictionaryString, Byte)
Prepares the provided query string asynchronously, and sending the custom payload request.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public 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: TaskPreparedStatement

Implements

ISessionPrepareAsync(String, IDictionaryString, Byte)
See Also