C# Class DataTransferCore.TimerWrapper

Inheritance: ITimerWrapper
Mostra file Open project: PillarTechnology/Revaction

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
TimerWrapper ( Timer timer ) : System.Timers

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TimerWrapper() public method

public TimerWrapper ( Timer timer ) : System.Timers
timer System.Timers.Timer
return System.Timers