C# 클래스 Windows.Adapters.Timer

상속: IDisposable
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity

공개 메소드들

메소드 설명
Change ( int infinite, int i ) : void
Dispose ( ) : void
Timer ( Action autoClosingTimerCallback, object o, System.TimeSpan i, System.TimeSpan i1 ) : System
Timer ( Action autoClosingTimerCallback, object o, int i, int i1 ) : System

메소드 상세

Change() 공개 메소드

public Change ( int infinite, int i ) : void
infinite int
i int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Timer() 공개 메소드

public Timer ( Action autoClosingTimerCallback, object o, System.TimeSpan i, System.TimeSpan i1 ) : System
autoClosingTimerCallback Action
o object
i System.TimeSpan
i1 System.TimeSpan
리턴 System

Timer() 공개 메소드

public Timer ( Action autoClosingTimerCallback, object o, int i, int i1 ) : System
autoClosingTimerCallback Action
o object
i int
i1 int
리턴 System