ServiceBehaviorAttribute.TransactionAutoCompleteOnSessionClose Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of wachtende transacties worden voltooid wanneer de huidige sessie zonder fouten wordt gesloten.

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

Waarde van eigenschap

true als transacties die in behandeling zijn, moeten worden voltooid wanneer de huidige sessie zonder fouten wordt gesloten; anders, false. De standaardwaarde is false.

Van toepassing op