Method Execute
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Execute(IReadBinding, CancellationToken)
Executes the operation.
public IAsyncCursor<TResult> Execute(IReadBinding binding, CancellationToken cancellationToken)Parameters
- bindingIReadBinding
- The binding. 
- cancellationTokenCancellationToken
- The cancellation token. 
Returns
- IAsyncCursor<TResult>
- The result of the operation.