[Missing <summary> documentation for "T:Aerospike.Client.IResultSet"]
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public interface IResultSet
The IResultSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CancelToken |
Get CancellationToken associated with this query.
|
![]() | Object |
Get result.
|
Methods
Name | Description | |
---|---|---|
![]() | Close |
Close query.
|
![]() | Dispose |
Close query.
|
![]() | Next |
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.
|
![]() | Put |
Put object on the queue.
|
See Also