C# Class Deeply.ExecuteProcessTask

ExecuteProcessTask class definition.
Inheritance: TaskBase
Afficher le fichier Open project: jsnape/deeply

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Method Details

ExecuteInternalAsync() protected méthode

Implementation function for the execution.
This function is not asynchronous.
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
Résultat System.Threading.Tasks.Task

ExecuteProcessTask() public méthode

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.
Résultat System

ExecuteProcessTask() public méthode

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.
Résultat System

VerifyInternalAsync() protected méthode

Implementation function for the verification.
protected VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
Résultat System.Threading.Tasks.Task