The ResultSet type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ResultSet |
Initialize result set with underlying producer/consumer queue.
|
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.
|
Properties
| Name | Description | |
|---|---|---|
| CancelToken |
Get CancellationToken associated with this query.
| |
| Object |
Get result.
|
See Also