IAsyncCursorExtensions Class |
Namespace: MongoDB.Driver
The IAsyncCursorExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ForEachAsync<TDocument>(IAsyncCursor<TDocument>, Action<TDocument>, CancellationToken) |
Calls a delegate for each document returned by the cursor.
|
![]() ![]() | ForEachAsync<TDocument>(IAsyncCursor<TDocument>, Action<TDocument, Int32>, CancellationToken) |
Calls a delegate for each document returned by the cursor.
|
![]() ![]() | ForEachAsync<TDocument>(IAsyncCursor<TDocument>, Func<TDocument, Task>, CancellationToken) |
Calls a delegate for each document returned by the cursor.
|
![]() ![]() | ForEachAsync<TDocument>(IAsyncCursor<TDocument>, Func<TDocument, Int32, Task>, CancellationToken) |
Calls a delegate for each document returned by the cursor.
|
![]() ![]() | ToListAsync<TDocument> |
Returns a list containing all the documents returned by a cursor.
|