C# Class Blockcore.Utilities.TimerExtensions

Extension methods for the Timer class.
Datei anzeigen Open project: x42protocol/x42-BlockCore

Public Methods

Method Description
Reset ( Timer timer ) : void

Reset a timer from the start.

Method Details

Reset() public static method

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