C# Class Codebreak.Framework.Generic.UpdatableTimer

Afficher le fichier Open project: hussein-aitlahcen/codebreak Class Usage Examples

Méthodes publiques

Méthode Description
Tick ( long currentTime ) : void

UpdatableTimer ( int delay, System.Action callback, bool oneshot = false ) : log4net

Method Details

Tick() public méthode

public Tick ( long currentTime ) : void
currentTime long
Résultat void

UpdatableTimer() public méthode

public UpdatableTimer ( int delay, System.Action callback, bool oneshot = false ) : log4net
delay int
callback System.Action
oneshot bool
Résultat log4net