IAsyncClient.Get(BatchPolicy, CancellationToken, List<BatchRead>) Method
Asynchronously read multiple records for specified batch keys in one batch call.
This method allows different namespaces/bins to be requested for each key in the batch.
The returned records are located in the same list.
Create listener, call asynchronous batch get and return task monitor.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
Task<List<BatchRead>> Get(
BatchPolicy policy,
CancellationToken token,
List<BatchRead> records
)
- policy BatchPolicy
- batch configuration parameters, pass in null for defaults
- token CancellationToken
- cancellation token
- records List<BatchRead>
- list of unique record identifiers and the bins to retrieve.
Task<List<BatchRead>>