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

A job to run.
显示文件 Open project: VitalElement/AvalonStudio

Public Methods

Method Description
Job ( System.Action action, bool throwOnUiThread ) : System

Initializes a new instance of the Job class.

Method Details

Job() public method

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
return System