Click or drag to resize
DeferredAsyncCursorTDocument Constructor

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public DeferredAsyncCursor(
	Func<CancellationToken, Task<IAsyncCursor<TDocument>>> executeAsync
)

Parameters

executeAsync
Type: SystemFuncCancellationToken, TaskIAsyncCursorTDocument
The delegate to execute the first time MoveNextAsync is called.
See Also