Click or drag to resize

IStatement.SetOutgoingPayload Method

Sets a custom outgoing payload for this statement. Each time this statement is executed, this payload will be included in the request. Once it is set using this method, the payload should not be modified.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.12.0
Syntax
C#
IStatement SetOutgoingPayload(
	IDictionary<string, byte[]> payload
)

Parameters

payload
Type: System.Collections.Generic.IDictionary<String,Byte[]>

Return Value

Type: IStatement
See Also