C# Класс NServiceBus.AuditConfigReader

Utility class to find the configured audit queue for an endpoint.
Показать файл Открыть проект

Открытые методы

Метод Описание
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