C# Class npantarhei.runtime.patterns.AsynchronizeFIFO

Inheritance: IAsynchronizer
Afficher le fichier Open project: ralfw/NPantaRhei

Méthodes publiques

Méthode Description
Process ( IMessage message, Action continueWith ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
AsynchronizeFIFO ( ) : System

Method Details

Process() public méthode

public Process ( IMessage message, Action continueWith ) : void
message IMessage
continueWith Action
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void