C# Class TVSorter.Controller.BackgroundTask

A task that runs in the background
Inheritance: IProgressTask
显示文件 Open project: a-jackson/tvsorter Class Usage Examples

Public Methods

Method Description
BackgroundTask ( System.Action action ) : System

Initializes a new instance of the BackgroundTask class.

Start ( ) : void

Starts the task.

Method Details

BackgroundTask() public method

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

Start() public method

Starts the task.
public Start ( ) : void
return void