BatchCommandProxy Constructor

Initializes a new instance of the BatchCommandProxy class

Definition

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

Parameters

buffer  Buffer
 
channel  GrpcChannel
 
batch  BatchNode
 
batchPolicy  BatchPolicy
 
records  IListBatchRecord
 
status  BatchStatus
 
isOperation  Boolean
 

See Also