C# Class IntegrationPatterns.Samples.Routers.GreedyDynamicRouter

Inheritance: DynamicRouter
Show file Open project: HaishiBai/EnterpriseIntegrationPatterns

Public Methods

Method Description
GreedyDynamicRouter ( ) : System

Protected Methods

Method Description
PickOutputChannel ( Infrastructure e ) : int

Private Methods

Method Description
ControlChannels_MessageReceivedOnChannel ( object sender, Infrastructure e ) : void

Method Details

GreedyDynamicRouter() public method

public GreedyDynamicRouter ( ) : System
return System

PickOutputChannel() protected method

protected PickOutputChannel ( Infrastructure e ) : int
e Infrastructure
return int