BatchOperateListCommandProxy Constructor

Initializes a new instance of the BatchOperateListCommandProxy class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public BatchOperateListCommandProxy(
	Buffer buffer,
	GrpcChannel channel,
	BatchNode batch,
	BatchPolicy policy,
	IList<BatchRecord> records,
	BatchStatus status
)

Parameters

buffer  Buffer
 
channel  GrpcChannel
 
batch  BatchNode
 
policy  BatchPolicy
 
records  IListBatchRecord
 
status  BatchStatus
 

See Also