共用方式為


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

適用於