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