BatchReadListCommandProxy Constructor

Initializes a new instance of the BatchReadListCommandProxy class

Definition

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

Parameters

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

See Also