C# 클래스 Microsoft.HockeyApp.Extensibility.Implementation.TaskTimer

Runs a task after a certain delay and log any error.
상속: IDisposable
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InfiniteTimeSpan System.TimeSpan

공개 메소드들

메소드 설명
Cancel ( ) : void

Cancels the current task.

Dispose ( ) : void

Releases unmanaged and - optionally - managed resources.

Start ( Func elapsed ) : void

Start the task.

비공개 메소드들

메소드 설명
CancelAndDispose ( CancellationTokenSource tokenSource ) : void
Dispose ( bool disposing ) : void

메소드 상세

Cancel() 공개 메소드

Cancels the current task.
public Cancel ( ) : void
리턴 void

Dispose() 공개 메소드

Releases unmanaged and - optionally - managed resources.
public Dispose ( ) : void
리턴 void

Start() 공개 메소드

Start the task.
public Start ( Func elapsed ) : void
elapsed Func The task to run.
리턴 void

프로퍼티 상세

InfiniteTimeSpan 공개적으로 정적으로 프로퍼티

Represents an infinite time span.
public static TimeSpan,System InfiniteTimeSpan
리턴 System.TimeSpan