| IAsyncCursorTDocument Methods | 
The IAsyncCursorTDocument generic type exposes the following members.
 Methods
Methods| 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.
             | 
 Extension Methods
Extension Methods| 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.) | 
 See Also
See Also