WriteCommandProxy Constructor

Initializes a new instance of the WriteCommandProxy class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public WriteCommandProxy(
	Buffer buffer,
	GrpcChannel channel,
	WritePolicy writePolicy,
	Key key,
	Bin[] bins,
	OperationType operation
)

Parameters

buffer  Buffer
 
channel  GrpcChannel
 
writePolicy  WritePolicy
 
key  Key
 
bins  Bin
 
operation  OperationType
 

See Also