C# Class npantarhei.runtime.patterns.AsynchronizeRoundRobin

Inheritance: IAsynchronizer
Show file Open project: ralfw/NPantaRhei

Public Methods

Method Description
Process ( IMessage message, Action continueWith ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
AsynchronizeRoundRobin ( ) : System

Method Details

Process() public method

public Process ( IMessage message, Action continueWith ) : void
message IMessage
continueWith Action
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void