IAsyncCursorExtensions Class |
Namespace: MongoDB.Driver
The IAsyncCursorExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ForEachAsyncTDocument(IAsyncCursorTDocument, ActionTDocument, CancellationToken) |
Calls a delegate for each document returned by the cursor.
|
![]() ![]() | ForEachAsyncTDocument(IAsyncCursorTDocument, ActionTDocument, Int32, CancellationToken) |
Calls a delegate for each document returned by the cursor.
|
![]() ![]() | ForEachAsyncTDocument(IAsyncCursorTDocument, FuncTDocument, Task, CancellationToken) |
Calls a delegate for each document returned by the cursor.
|
![]() ![]() | ForEachAsyncTDocument(IAsyncCursorTDocument, FuncTDocument, Int32, Task, CancellationToken) |
Calls a delegate for each document returned by the cursor.
|
![]() ![]() | ToListAsyncTDocument |
Returns a list containing all the documents returned by a cursor.
|