Compartir a través de


MsmqElementBase.UseMsmqTracing Propiedad

Definición

Obtiene o establece un valor booleano que indica si se debería realizar un seguimiento de los mensajes procesados por este enlace.

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

Valor de propiedad

Boolean

true si se debe realizar un seguimiento de los mensajes procesados por este enlace; de lo contrario, false. De manera predeterminada, es false.

Atributos

Comentarios

Si se habilita el seguimiento, los mensajes de informe se crean y envían a la cola de informes cada vez que el mensaje sale o llega a un equipo que ejecuta Message Queuing (también denominado MSMQ).

Se aplica a