C# Class npantarhei.runtime.patterns.Throttle

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

Méthodes publiques

Méthode Description
Throttle ( string name, int periodInMilliseconds = 500 ) : System

Méthodes protégées

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

Method Details

Process() protected méthode

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

Throttle() public méthode

public Throttle ( string name, int periodInMilliseconds = 500 ) : System
name string
periodInMilliseconds int
Résultat System