C# Class npantarhei.runtime.patterns.operations.Clock

Inheritance: AOperation
Afficher le fichier Open project: ralfw/NPantaRhei Class Usage Examples

Méthodes publiques

Méthode Description
Clock ( ) : System
Clock ( int periodMilliseconds ) : System
Clock ( string name ) : System
Clock ( string name, int periodMilliseconds ) : System

Méthodes protégées

Méthode Description
Process ( IMessage input, Action continueWith, Action unhandledException ) : void

Method Details

Clock() public méthode

public Clock ( ) : System
Résultat System

Clock() public méthode

public Clock ( int periodMilliseconds ) : System
periodMilliseconds int
Résultat System

Clock() public méthode

public Clock ( string name ) : System
name string
Résultat System

Clock() public méthode

public Clock ( string name, int periodMilliseconds ) : System
name string
periodMilliseconds int
Résultat System

Process() protected méthode

protected Process ( IMessage input, Action continueWith, Action unhandledException ) : void
input IMessage
continueWith Action
unhandledException Action
Résultat void