IExecutableInRetryableWriteContextTResultExecuteAsync Method  | 
 
            Executes the first attempt.
            
 
    Namespace: 
   MongoDB.Driver.Core.Operations
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
SyntaxTask<TResult> ExecuteAsync(
	RetryableWriteContext context,
	CancellationToken cancellationToken
)
Function ExecuteAsync ( 
	context As RetryableWriteContext,
	cancellationToken As CancellationToken
) As Task(Of TResult)
abstract ExecuteAsync : 
        context : RetryableWriteContext * 
        cancellationToken : CancellationToken -> Task<'TResult> 
Parameters
- context
 - Type: MongoDB.Driver.Core.OperationsRetryableWriteContext
The context. - cancellationToken
 - Type: System.ThreadingCancellationToken
The cancellation token. 
Return Value
Type: 
TaskTResultThe result.
See Also