AsyncClient GetHeader Method (BatchPolicy, CancellationToken,  Key )Aerospike
Asynchronously read multiple record header data for specified keys in one batch call. Create listener, call asynchronous batch header 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: 3.9.7.0 (3.9.7)
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
Exceptions

See Also