AsyncClientProxyGet(BatchPolicy, RecordSequenceListener, Key, Operation) Method

Note: This API is now obsolete.
Not supported in proxy client

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
[ObsoleteAttribute("Method not supported in proxy client: Get")]
public void Get(
	BatchPolicy policy,
	RecordSequenceListener listener,
	Key[] keys,
	params Operation[] ops
)

Parameters

policy  BatchPolicy
listener  RecordSequenceListener
keys  Key
ops  Operation

Implements

IAsyncClientGet(BatchPolicy, RecordSequenceListener, Key, Operation)

Exceptions

See Also