Initialize result set with underlying producer/consumer queue.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public ResultSet( QueryAggregateExecutor executor, int capacity, CancellationToken cancelToken )
Parameters
- executor
- Type: QueryAggregateExecutor
- capacity
- Type: SystemInt32
- cancelToken
- Type: System.ThreadingCancellationToken
See Also