Asynchronously read record header and bins for specified key.
Schedule the get command with a channel selector and return.
Another thread will process the command and send the results to the listener.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public void Get( Policy policy, RecordListener listener, Key key, params string[] binNames )
Parameters
- policy
- Type: Aerospike.ClientPolicy
generic configuration parameters, pass in null for defaults - listener
- Type: Aerospike.ClientRecordListener
where to send results - key
- Type: Aerospike.ClientKey
unique record identifier - binNames
- Type: SystemString
bins to retrieve
Implements
IAsyncClientGet(Policy, RecordListener, Key, String)Exceptions
Exception | Condition |
---|---|
AerospikeException | if queue is full |
See Also