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

适用于