C# Class Onebeld.Plugins.Internal.Debouncer

Inheritance: IDisposable
Afficher le fichier Open project: Onebeld/Regul

Méthodes publiques

Méthode Description
Debouncer ( TimeSpan waitTime ) : System
Dispose ( ) : void
Execute ( Action action ) : void

Method Details

Debouncer() public méthode

public Debouncer ( TimeSpan waitTime ) : System
waitTime TimeSpan
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( Action action ) : void
action Action
Résultat void