DispatchRuntime.IgnoreTransactionMessageProperty 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
속성 값
서비스 메서드를 실행할 때 TransactionMessageProperty가 무시되면 true
이고, 그렇지 않으면 false
입니다.
설명
이 TransactionMessageProperty 기능을 사용하면 채널에 대한 독점 트랜잭션 흐름 메커니즘을 사용하는 타사 채널 개발자가 WCF(Windows Communication Foundation)에 트랜잭션을 도입할 수 있습니다. 이 속성을 true
로 설정하면 서비스 메서드를 실행할 때 트랜잭션이 무시됩니다.