C# Класс AvalonStudio.Extensibility.Threading.JobRunner.Job

A job to run.
Показать файл Открыть проект

Открытые методы

Метод Описание
Job ( System.Action action, bool throwOnUiThread ) : System

Initializes a new instance of the Job class.

Описание методов

Job() публичный Метод

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
Результат System