C# Класс NServiceBus.ErrorQueueSettings

Utility class used to find the configured error queue for an endpoint.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ErrorQueueAddress ( this settings ) : string

Finds the configured error queue for an endpoint. The error queue can be configured in code using 'EndpointConfiguration.SendFailedMessagesTo()', via the 'Error' attribute of the 'MessageForwardingInCaseOfFaultConfig' configuration section, or using the 'HKEY_LOCAL_MACHINE\SOFTWARE\ParticularSoftware\ServiceBus\ErrorQueue' registry key.

Описание методов

ErrorQueueAddress() публичный статический Метод

Finds the configured error queue for an endpoint. The error queue can be configured in code using 'EndpointConfiguration.SendFailedMessagesTo()', via the 'Error' attribute of the 'MessageForwardingInCaseOfFaultConfig' configuration section, or using the 'HKEY_LOCAL_MACHINE\SOFTWARE\ParticularSoftware\ServiceBus\ErrorQueue' registry key.
When the configuration for the endpoint is invalid.
public static ErrorQueueAddress ( this settings ) : string
settings this The configuration settings of this endpoint.
Результат string