C# Class FileExplorerGallery.Helpers.ThrottledActionInvoker

Inheritance: IThrottledActionInvoker
Afficher le fichier Open project: martinchrzan/FileExplorerGallery

Méthodes publiques

Méthode Description
Dispose ( ) : void
ScheduleAction ( Action action, int miliseconds ) : void
ThrottledActionInvoker ( ) : System

Private Methods

Méthode Description
Callback ( object state ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ScheduleAction() public méthode

public ScheduleAction ( Action action, int miliseconds ) : void
action Action
miliseconds int
Résultat void

ThrottledActionInvoker() public méthode

public ThrottledActionInvoker ( ) : System
Résultat System