Share via


MsmqBindingElementBase.UseMsmqTracing 屬性

定義

取得或設定值,指出是否使用訊息佇列 (也稱為 MSMQ) 內建訊息追蹤工具。

public:
 property bool UseMsmqTracing { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useMsmqTracing", DefaultValue=false)]
public bool UseMsmqTracing { get; set; }
[<System.Configuration.ConfigurationProperty("useMsmqTracing", DefaultValue=false)>]
member this.UseMsmqTracing : bool with get, set
Public Property UseMsmqTracing As Boolean

屬性值

如果使用訊息佇列內建訊息追蹤工具,則為 true,否則為 false。 預設值是 false

屬性

備註

UseMsmqTracing 設定為 true 時,佇列通道會使用訊息佇列內建訊息追蹤工具。 透過這項工具,每次訊息進入及離開佇列管理員時,都會傳送報告訊息至指定的報告佇列。

適用於