IResultSet MembersAerospike

The IResultSet type exposes the following members.
Methods

  NameDescription
Public methodClose
Close query.
Public methodDispose
Close query.
Public methodNext
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.
Public methodPut
Put object on the queue.
Back to Top
Properties

  NameDescription
Public propertyCancelToken
Get CancellationToken associated with this query.
Public propertyObject
Get result.
Back to Top
See Also