C# 클래스 System.Threading.Timer

상속: IDisposable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Change ( System dueTime, System period ) : bool
Change ( int dueTime, int period ) : bool
Change ( long dueTime, long period ) : bool
Dispose ( System notifyObject ) : bool
Dispose ( ) : void
Timer ( System callback )
Timer ( System callback, object state, System dueTime, System period )
Timer ( System callback, object state, int dueTime, int period )
Timer ( System callback, object state, long dueTime, long period )

비공개 메소드들

메소드 설명
Change ( uint dueTime, uint period ) : bool
Timer ( System callback, object state, uint dueTime, uint period )

메소드 상세

Change() 공개 메소드

public Change ( System dueTime, System period ) : bool
dueTime System
period System
리턴 bool

Change() 공개 메소드

public Change ( int dueTime, int period ) : bool
dueTime int
period int
리턴 bool

Change() 공개 메소드

public Change ( long dueTime, long period ) : bool
dueTime long
period long
리턴 bool

Dispose() 공개 메소드

public Dispose ( System notifyObject ) : bool
notifyObject System
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Timer() 공개 메소드

public Timer ( System callback )
callback System

Timer() 공개 메소드

public Timer ( System callback, object state, System dueTime, System period )
callback System
state object
dueTime System
period System

Timer() 공개 메소드

public Timer ( System callback, object state, int dueTime, int period )
callback System
state object
dueTime int
period int

Timer() 공개 메소드

public Timer ( System callback, object state, long dueTime, long period )
callback System
state object
dueTime long
period long