Click or drag to resize

RetryableWriteCommandOperationBaseCreateCommand Method

Creates the command.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
protected abstract BsonDocument CreateCommand(
	ICoreSessionHandle session,
	int attempt,
	long? transactionNumber
)

Parameters

session
Type: MongoDB.Driver.Core.BindingsICoreSessionHandle
The session.
attempt
Type: SystemInt32
The attempt.
transactionNumber
Type: SystemNullableInt64
The transaction number.

Return Value

Type: BsonDocument
A command.
See Also