AsyncClientProxyQuery(QueryPolicy, RecordSequenceListener, Statement) 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: Query")]
public void Query(
	QueryPolicy policy,
	RecordSequenceListener listener,
	Statement statement
)

Parameters

policy  QueryPolicy
listener  RecordSequenceListener
statement  Statement

Implements

IAsyncClientQuery(QueryPolicy, RecordSequenceListener, Statement)

Exceptions

See Also