DispatchRuntime.IgnoreTransactionMessageProperty 속성

정의

TransactionMessageProperty를 무시하는지 여부를 가져오거나 설정합니다.

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

속성 값

Boolean

서비스 메서드를 실행할 때 TransactionMessageProperty가 무시되면 true이고, 그렇지 않으면 false입니다.

설명

TransactionMessageProperty 기능을 사용하면 채널에 대한 독점 트랜잭션 흐름 메커니즘을 사용하는 타사 채널 개발자가 WCF(Windows Communication Foundation)에 트랜잭션을 도입할 수 있습니다. 이 속성을 true로 설정하면 서비스 메서드를 실행할 때 트랜잭션이 무시됩니다.

적용 대상