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