DispatchRuntime.TransactionAutoCompleteOnSessionClose Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.