C# 클래스 NServiceBus.RoutingFeatureSettingsExtensions

Configuration extensions for routing feature settings.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
OverridePublicReturnAddress ( this configuration, string address ) : void

Sets the public return address of this endpoint.

메소드 상세

OverridePublicReturnAddress() 공개 정적인 메소드

Sets the public return address of this endpoint.
public static OverridePublicReturnAddress ( this configuration, string address ) : void
configuration this The endpoint configuration to extend.
address string The public return address for messages sent by this endpoint.
리턴 void