C# 클래스 NServiceBus.ErrorQueueSettings

Utility class used to find the configured error queue for an endpoint.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
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