AsyncClient Get Method (BatchPolicy, CancellationToken,  Key )Aerospike
Asynchronously read multiple records for specified keys in one batch call. Create listener, call asynchronous batch get and return task monitor.

If a key is not found, the record will be null. The policy can be used to specify timeouts.

If a batch request to a node fails, the entire batch is cancelled.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.5.0 (4.1.5)
Syntax

Parameters

policy
Type: Aerospike.Client BatchPolicy
generic configuration parameters, pass in null for defaults
token
Type: System.Threading CancellationToken
cancellation token
keys
Type:  Aerospike.Client Key 
array of unique record identifiers

Implements

IAsyncClient Get(BatchPolicy, CancellationToken,  Key )
Exceptions

See Also