MsmqBindingElementBase.UseMsmqTracing 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會啟用或停用訊息佇列 (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
時,佇列通道會使用訊息佇列內建訊息追蹤工具。 透過這項工具,每次訊息進入及離開佇列管理員時,都會傳送報告訊息至指定的報告佇列。