C# Класс Deeply.ExecuteProcessTask

ExecuteProcessTask class definition.
Наследование: TaskBase
Показать файл Открыть проект

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

Метод Описание
ExecuteProcessTask ( ProcessStartInfo startInfo ) : System

Initializes a new instance of the ExecuteProcessTask class.

ExecuteProcessTask ( string name, ProcessStartInfo startInfo ) : System

Initializes a new instance of the ExecuteProcessTask class.

Защищенные методы

Метод Описание
ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task

Implementation function for the execution.

This function is not asynchronous.

VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task

Implementation function for the verification.

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

ExecuteInternalAsync() защищенный Метод

Implementation function for the execution.
This function is not asynchronous.
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
Результат System.Threading.Tasks.Task

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

Initializes a new instance of the ExecuteProcessTask class.
public ExecuteProcessTask ( ProcessStartInfo startInfo ) : System
startInfo System.Diagnostics.ProcessStartInfo Information used to start the process including command-line parameters.
Результат System

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

Initializes a new instance of the ExecuteProcessTask class.
public ExecuteProcessTask ( string name, ProcessStartInfo startInfo ) : System
name string Task name.
startInfo System.Diagnostics.ProcessStartInfo Information used to start the process including command-line parameters.
Результат System

VerifyInternalAsync() защищенный Метод

Implementation function for the verification.
protected VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
Результат System.Threading.Tasks.Task