IAsyncCursorTDocument Interface |
Namespace: MongoDB.Driver
The IAsyncCursorTDocument type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
MoveNextAsync |
Moves to the next batch of documents.
|
Name | Description | |
---|---|---|
ForEachAsyncTDocument(FuncTDocument, Task, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorExtensions.) | |
ForEachAsyncTDocument(FuncTDocument, Int32, Task, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorExtensions.) | |
ForEachAsyncTDocument(ActionTDocument, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorExtensions.) | |
ForEachAsyncTDocument(ActionTDocument, Int32, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorExtensions.) | |
ToListAsyncTDocument |
Returns a list containing all the documents returned by a cursor.
(Defined by IAsyncCursorExtensions.) |