ServiceBehaviorAttribute.TransactionAutoCompleteOnSessionClose 속성

정의

현재 세션이 오류 없이 닫힐 때 보류 중인 트랜잭션이 완료되는지 여부를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

현재 세션이 오류 없이 닫힐 때 보류 중인 트랜잭션이 완료되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상