C# 클래스 BinaryStudio.ClientManager.DomainModel.Infrastructure.Timer

Provides possibility to execute certain code time to time.
파일 보기 프로젝트 열기: titarenko/ClientManager 1 사용 예제들

공개 메소드들

메소드 설명
Timer ( ) : System

Constructor

보호된 메소드들

메소드 설명
RaiseOnTick ( object sender, EventArgs e ) : void

left for backward compatibility with FakeTimer

비공개 메소드들

메소드 설명
TimerProc ( object state ) : void

Callback function which will be executed time to time.

메소드 상세

RaiseOnTick() 보호된 메소드

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

Timer() 공개 메소드

Constructor
public Timer ( ) : System
리턴 System