C# Class Codebreak.Framework.Generic.UpdatableTimer

Mostrar archivo Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Methods

Method Description
Tick ( long currentTime ) : void

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

Method Details

Tick() public method

public Tick ( long currentTime ) : void
currentTime long
return void

UpdatableTimer() public method

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