C# 클래스 AvalonStudio.Extensibility.Threading.JobRunner.Job

A job to run.
파일 보기 프로젝트 열기: VitalElement/AvalonStudio

공개 메소드들

메소드 설명
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