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

Provides possibility to execute certain code time to time.
Afficher le fichier Open project: titarenko/ClientManager Class Usage Examples

Méthodes publiques

Méthode Description
Timer ( ) : System

Constructor

Méthodes protégées

Méthode Description
RaiseOnTick ( object sender, EventArgs e ) : void

left for backward compatibility with FakeTimer

Private Methods

Méthode Description
TimerProc ( object state ) : void

Callback function which will be executed time to time.

Method Details

RaiseOnTick() protected méthode

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

Timer() public méthode

Constructor
public Timer ( ) : System
Résultat System