Retrieve next result. Returns true if result exists and false if no more
results are available.
This method will block until a result is retrieved or the query is cancelled.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
bool Next()
Return Value
Type: BooleanSee Also