다음을 통해 공유


DispatchOperation.IsInsideTransactedReceiveScope 속성

정의

작업 범위가 트랜잭션된 수신 활동에 포함되는지 여부를 가져오거나 설정합니다.

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

속성 값

Boolean

범위가 트랜잭션된 수신 활동에 포함되면 true이고, 그렇지 않으면 false입니다.

적용 대상