Asynchronously read entire record for specified key.
Create listener, call asynchronous get and return task monitor.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public Task<Record> Get( Policy policy, CancellationToken token, Key key )
Parameters
- policy
- Type: Aerospike.ClientPolicy
generic configuration parameters, pass in null for defaults - token
- Type: System.ThreadingCancellationToken
cancellation token - key
- Type: Aerospike.ClientKey
unique record identifier
Return Value
Type: TaskRecordImplements
IAsyncClientGet(Policy, CancellationToken, Key)Exceptions
Exception | Condition |
---|---|
AerospikeException | if queue is full |
See Also