C# 클래스 TVSorter.Controller.BackgroundTask

A task that runs in the background
상속: IProgressTask
파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

메소드 설명
BackgroundTask ( System.Action action ) : System

Initializes a new instance of the BackgroundTask class.

Start ( ) : void

Starts the task.

메소드 상세

BackgroundTask() 공개 메소드

Initializes a new instance of the BackgroundTask class.
public BackgroundTask ( System.Action action ) : System
action System.Action /// The method to run. ///
리턴 System

Start() 공개 메소드

Starts the task.
public Start ( ) : void
리턴 void