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.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
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