C# Class Blockcore.Utilities.TimerExtensions

Extension methods for the Timer class.
Afficher le fichier Open project: x42protocol/x42-BlockCore

Méthodes publiques

Méthode Description
Reset ( Timer timer ) : void

Reset a timer from the start.

Method Details

Reset() public static méthode

Reset a timer from the start.
public static Reset ( Timer timer ) : void
timer Timer The timer to reset.
Résultat void