Click or drag to resize

FindAndModifyOperationBaseTResultExecuteAttemptAsync Method

Executes the first attempt.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public Task<TResult> ExecuteAttemptAsync(
	RetryableWriteContext context,
	int attempt,
	Nullable<long> transactionNumber,
	CancellationToken cancellationToken
)

Parameters

context
Type: MongoDB.Driver.Core.OperationsRetryableWriteContext
The context.
attempt
Type: SystemInt32
The attempt.
transactionNumber
Type: SystemNullableInt64
The transaction number.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskTResult
The result.

Implements

IRetryableWriteOperationTResultExecuteAttemptAsync(RetryableWriteContext, Int32, NullableInt64, CancellationToken)
See Also