Skip to main content

Enum ContainerTransactionMode

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ContainerTransactionMode

Fields

FieldsDescription
JoinSpecifies that the execution of this container will join any currently running transaction, but run normally if there is not an existing transaction.
NoTransactionSpecifies that the execution of this container will always run outside of a transaction.
StartOrJoinSpecifies that the execution of this container will join any currently running transaction, and start a new transaction if there is not an existing transaction.