C# Class SoundBoard.Wpf.Utility.DelayedExecution

Afficher le fichier Open project: jormenjanssen/Soundboard

Méthodes publiques

Méthode Description
DelayedExecution ( ) : System
DelayedExecution ( System.TimeSpan timeOut ) : System
DelayedExecution ( System.TimeSpan timeOut, bool isSynchronized ) : System
DelayedExecution ( bool isSynchronized ) : System
Execute ( System.Action action ) : void
Reset ( ) : void

Private Methods

Méthode Description
OnDelayedExecutionTimerElapsed ( ) : void
SetTimer ( ) : void
SetTimer ( System.DateTime utcNow ) : void
StopTimer ( ) : void

Method Details

DelayedExecution() public méthode

public DelayedExecution ( ) : System
Résultat System

DelayedExecution() public méthode

public DelayedExecution ( System.TimeSpan timeOut ) : System
timeOut System.TimeSpan
Résultat System

DelayedExecution() public méthode

public DelayedExecution ( System.TimeSpan timeOut, bool isSynchronized ) : System
timeOut System.TimeSpan
isSynchronized bool
Résultat System

DelayedExecution() public méthode

public DelayedExecution ( bool isSynchronized ) : System
isSynchronized bool
Résultat System

Execute() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void