C# 클래스 IntegrationPatterns.Samples.Routers.GreedyDynamicRouter

상속: DynamicRouter
파일 보기 프로젝트 열기: HaishiBai/EnterpriseIntegrationPatterns

공개 메소드들

메소드 설명
GreedyDynamicRouter ( ) : System

보호된 메소드들

메소드 설명
PickOutputChannel ( Infrastructure e ) : int

비공개 메소드들

메소드 설명
ControlChannels_MessageReceivedOnChannel ( object sender, Infrastructure e ) : void

메소드 상세

GreedyDynamicRouter() 공개 메소드

public GreedyDynamicRouter ( ) : System
리턴 System

PickOutputChannel() 보호된 메소드

protected PickOutputChannel ( Infrastructure e ) : int
e Infrastructure
리턴 int