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