Click or drag to resize

IRetryableReadOperationTResultExecuteAttempt 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
TResult ExecuteAttempt(
	RetryableReadContext context,
	int attempt,
	Nullable<long> transactionNumber,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TResult
The result.
See Also