MsmqElementBase.UseMsmqTracing 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,這個值會指出是否應追蹤由此繫結處理的訊息。
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
。
- 屬性
備註
如果啟用追蹤,每當訊息離開或到達執行訊息佇列 (亦稱為 MSMQ) 的電腦時,都會建立報告訊息並傳送至報告佇列。