C# 클래스 NServiceBus.AuditConfigReader

Utility class to find the configured audit queue for an endpoint.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
TryGetAuditQueueAddress ( this settings, string &address ) : bool

Finds the configured audit queue for an endpoint. The audit queue can be configured using 'EndpointConfiguration.AuditProcessedMessagesTo()', via the 'QueueName' attribute of the 'Audit' config section or by using the 'HKEY_LOCAL_MACHINE\SOFTWARE\ParticularSoftware\ServiceBus\AuditQueue' registry key.

비공개 메소드들

메소드 설명
GetConfiguredAuditQueue ( ReadOnlySettings settings, System.Result &result ) : bool
ReadAuditQueueNameFromRegistry ( ) : string

메소드 상세

TryGetAuditQueueAddress() 공개 정적인 메소드

Finds the configured audit queue for an endpoint. The audit queue can be configured using 'EndpointConfiguration.AuditProcessedMessagesTo()', via the 'QueueName' attribute of the 'Audit' config section or by using the 'HKEY_LOCAL_MACHINE\SOFTWARE\ParticularSoftware\ServiceBus\AuditQueue' registry key.
public static TryGetAuditQueueAddress ( this settings, string &address ) : bool
settings this The configuration settings for the endpoint.
address string The configured audit queue address for the endpoint.
리턴 bool