MsmqBindingElementBase.UseMsmqTracing 屬性

定義

取得或設定值,這個值會啟用或停用訊息佇列 (MSMQ) 內建訊息追蹤工具。

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

屬性值

如果應啟用訊息佇列 (MSMQ) 內建訊息追蹤則為 true,否則為 false

備註

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

適用於