C# 클래스 NServiceBus.Features.ForwardReceivedMessages

Provides message forwarding capabilities.
상속: Feature
파일 보기 프로젝트 열기: Particular/NServiceBus

보호된 메소드들

메소드 설명
Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void

Invoked if the feature is activated.

비공개 메소드들

메소드 설명
ForwardReceivedMessages ( ) : Transport

메소드 상세

Setup() 보호된 메소드

Invoked if the feature is activated.
protected Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void
context NServiceBus.Features.FeatureConfigurationContext The feature context.
리턴 void