DispatchRuntime::TransactionAutoCompleteOnSessionClose Property
Gets or sets a value that specifies whether to automatically complete the current transaction when the session closes.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property bool TransactionAutoCompleteOnSessionClose { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if transactions automatically complete when the session closes; otherwise, false. The default is the value specified by TransactionAutoCompleteOnSessionClose.
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.
Available since 3.0