C# 클래스 BaconographyW8.PlatformServices.SystemServices

상속: ISystemServices
파일 보기 프로젝트 열기: Synergex/Baconography 1 사용 예제들

공개 메소드들

메소드 설명
RestartTimer ( object tickHandle ) : void
RunAsync ( Task>.Func action ) : void
StartThreadPoolTimer ( Task>.Func action, System.TimeSpan timer ) : void
StartTimer ( EventHandler tickHandler, System.TimeSpan tickSpan, bool uiThread ) : object
StopTimer ( object tickHandle ) : void

메소드 상세

RestartTimer() 공개 메소드

public RestartTimer ( object tickHandle ) : void
tickHandle object
리턴 void

RunAsync() 공개 메소드

public RunAsync ( Task>.Func action ) : void
action Task>.Func
리턴 void

StartThreadPoolTimer() 공개 메소드

public StartThreadPoolTimer ( Task>.Func action, System.TimeSpan timer ) : void
action Task>.Func
timer System.TimeSpan
리턴 void

StartTimer() 공개 메소드

public StartTimer ( EventHandler tickHandler, System.TimeSpan tickSpan, bool uiThread ) : object
tickHandler EventHandler
tickSpan System.TimeSpan
uiThread bool
리턴 object

StopTimer() 공개 메소드

public StopTimer ( object tickHandle ) : void
tickHandle object
리턴 void