IWriteOperationTResultExecute Method |
Executes the operation.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax TResult Execute(
IWriteBinding binding,
CancellationToken cancellationToken
)
Function Execute (
binding As IWriteBinding,
cancellationToken As CancellationToken
) As TResult
abstract Execute :
binding : IWriteBinding *
cancellationToken : CancellationToken -> 'TResult
Parameters
- binding
- Type: MongoDB.Driver.Core.BindingsIWriteBinding
The binding. - cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation token.
Return Value
Type:
TResultThe result of the operation.
See Also