ExpressionWrite(Command, Buffer) Method

Write expression in wire protocol. For internal use only.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public void Write(
	Command cmd,
	Buffer buffer
)

Parameters

cmd  Command
 
buffer  Buffer
 

See Also