C# Class BinaryStudio.ClientManager.DomainModel.Infrastructure.Timer

Provides possibility to execute certain code time to time.
Show file Open project: titarenko/ClientManager Class Usage Examples

Public Methods

Method Description
Timer ( ) : System

Constructor

Protected Methods

Method Description
RaiseOnTick ( object sender, EventArgs e ) : void

left for backward compatibility with FakeTimer

Private Methods

Method Description
TimerProc ( object state ) : void

Callback function which will be executed time to time.

Method Details

RaiseOnTick() protected method

left for backward compatibility with FakeTimer
protected RaiseOnTick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Timer() public method

Constructor
public Timer ( ) : System
return System