DispatchRuntime.TransactionAutoCompleteOnSessionClose Property

Definition

Gets or sets a value that specifies whether to automatically complete the current transaction when the session closes.

public:
 property bool TransactionAutoCompleteOnSessionClose { bool get(); void set(bool value); };
public bool TransactionAutoCompleteOnSessionClose { get; set; }
member this.TransactionAutoCompleteOnSessionClose : bool with get, set
Public Property TransactionAutoCompleteOnSessionClose As Boolean

Property Value

true if transactions automatically complete when the session closes; otherwise, false. The default is the value specified by TransactionAutoCompleteOnSessionClose.

Remarks

If TransactionAutoCompleteOnSessionClose is true and there is an active transaction, the transaction is completed when the session closes. If TransactionAutoCompleteOnSessionClose is false, active transactions are not completed and are eventually aborted.

Applies to