C# Class TVSorter.Controller.BackgroundTask

A task that runs in the background
Inheritance: IProgressTask
Afficher le fichier Open project: a-jackson/tvsorter Class Usage Examples

Méthodes publiques

Méthode Description
BackgroundTask ( System.Action action ) : System

Initializes a new instance of the BackgroundTask class.

Start ( ) : void

Starts the task.

Method Details

BackgroundTask() public méthode

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

Start() public méthode

Starts the task.
public Start ( ) : void
Résultat void