C# 클래스 NServiceBus.ConfigureForwarding

Contains extension methods to EndpointConfiguration.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
ForwardReceivedMessagesTo ( this config, string address ) : void

Sets the address to which received messages will be forwarded.

메소드 상세

ForwardReceivedMessagesTo() 공개 정적인 메소드

Sets the address to which received messages will be forwarded.
public static ForwardReceivedMessagesTo ( this config, string address ) : void
config this The instance to apply the settings to.
address string The address to forward successfully processed messages to.
리턴 void