Click or drag to resize

FindCommandOperationTDocumentExecute Method

Executes the operation.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
Syntax
public IAsyncCursor<TDocument> Execute(
	IReadBinding binding,
	CancellationToken cancellationToken = null
)

Parameters

binding
Type: MongoDB.Driver.Core.BindingsIReadBinding
The binding.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: IAsyncCursorTDocument
The result of the operation.

Implements

IReadOperationTResultExecute(IReadBinding, CancellationToken)
See Also