Click or drag to resize

RetryableWriteContextCreateAsync Method

Creates and initializes a retryable write operation context.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public static Task<RetryableWriteContext> CreateAsync(
	IWriteBinding binding,
	bool retryRequested,
	CancellationToken cancellationToken
)

Parameters

binding
Type: MongoDB.Driver.Core.BindingsIWriteBinding
The binding.
retryRequested
Type: SystemBoolean
if set to true [retry requested].
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskRetryableWriteContext
A retryable write context.
See Also