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