AerospikeClientProxyQueryAggregate(QueryPolicy, Statement, ActionObject) 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: QueryAggregate")]
public void QueryAggregate(
	QueryPolicy policy,
	Statement statement,
	Action<Object> action
)

Parameters

policy  QueryPolicy
statement  Statement
action  ActionObject

Implements

IAerospikeClientQueryAggregate(QueryPolicy, Statement, ActionObject)

Exceptions

See Also