MsmqBindingElementBase.UseMsmqTracing 属性

定义

获取或设置一个值,该值启用或禁用消息队列 (MSMQ) 内置消息跟踪工具。Gets or sets a value that enables or disables the Message Queuing (MSMQ) built-in message tracing facility.

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

属性值

Boolean

如果应启用消息队列 (MSMQ) 内置消息跟踪,则为 true;否则为 falsetrue if Message Queuing (MSMQ) built-in message tracing should be enabled; otherwise, false.

注解

如果 UseMsmqTracing 设置为 true,则排队通道使用消息队列内置消息跟踪工具。When UseMsmqTracing is set to true, the queued channel uses the Message Queuing built-in message tracing facility. 每当消息进入和离开队列管理器时,都会通过此工具将报告消息发送到指定的报告队列。Through this facility a report message is sent to a specified report queue each time a message enters and leaves a queue manager.

适用于