Click or drag to resize
IAsyncCursorExtensions Class
Represents extension methods for IAsyncCursor.
Inheritance Hierarchy
SystemObject
  MongoDB.DriverIAsyncCursorExtensions

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public static class IAsyncCursorExtensions

The IAsyncCursorExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberForEachAsyncTDocument(IAsyncCursorTDocument, ActionTDocument, CancellationToken)
Calls a delegate for each document returned by the cursor.
Public methodStatic memberForEachAsyncTDocument(IAsyncCursorTDocument, ActionTDocument, Int32, CancellationToken)
Calls a delegate for each document returned by the cursor.
Public methodStatic memberForEachAsyncTDocument(IAsyncCursorTDocument, FuncTDocument, Task, CancellationToken)
Calls a delegate for each document returned by the cursor.
Public methodStatic memberForEachAsyncTDocument(IAsyncCursorTDocument, FuncTDocument, Int32, Task, CancellationToken)
Calls a delegate for each document returned by the cursor.
Public methodStatic memberToListAsyncTDocument
Returns a list containing all the documents returned by a cursor.
Top
See Also