MsmqBindingElementBase.UseMsmqTracing 속성

정의

메시지 큐(MSMQ)가 기본적으로 제공하는 메시지 추적 기능의 사용 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

메시지 큐 기본 제공 메시지 추적 기능이 사용되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

UseMsmqTracingtrue로 설정된 경우 대기 중인 채널에서는 메시지 큐의 메시지 추적 기능을 사용합니다. 이 기능을 사용하면 메시지가 큐 관리자에 들어오거나 떠날 때마다 지정된 보고서 큐로 보고서 메시지가 발송됩니다.

적용 대상