C# Класс Deeply.ActionTask

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

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

Метод Описание
ActionTask ( System.Action action ) : System

Initializes a new instance of the ActionTask class.

ActionTask ( string name, System.Action action ) : System

Initializes a new instance of the ActionTask class.

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

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

Implementation function for the execution.

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

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

Initializes a new instance of the ActionTask class.
public ActionTask ( System.Action action ) : System
action System.Action Action to call when the task executes.
Результат System

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

Initializes a new instance of the ActionTask class.
public ActionTask ( string name, System.Action action ) : System
name string Task name.
action System.Action Action to call when the task executes.
Результат System

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

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