C# Class AvalonStudio.Extensibility.Threading.JobRunner.Job

A job to run.
Afficher le fichier Open project: VitalElement/AvalonStudio

Méthodes publiques

Méthode Description
Job ( System.Action action, bool throwOnUiThread ) : System

Initializes a new instance of the Job class.

Method Details

Job() public méthode

Initializes a new instance of the Job class.
public Job ( System.Action action, bool throwOnUiThread ) : System
action System.Action The method to call.
throwOnUiThread bool Do not wrap excepption in TaskCompletionSource
Résultat System