C# Класс Rebel.Framework.Tasks.TaskExecutionContext

A context for passing state along a task execution queue
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TaskExecutionContext ( ) : System.Collections.Generic

Initializes a new instance of the T:System.Object class.

TaskExecutionContext ( object eventSource, TaskEventArgs eventArgs ) : System.Collections.Generic
TaskExecutionContext ( object eventSource, TaskEventArgs eventArgs, string triggerName ) : System.Collections.Generic

Initializes a new instance of the T:System.Object class.

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

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

Initializes a new instance of the T:System.Object class.
public TaskExecutionContext ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public TaskExecutionContext ( object eventSource, TaskEventArgs eventArgs ) : System.Collections.Generic
eventSource object
eventArgs TaskEventArgs
Результат System.Collections.Generic

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

Initializes a new instance of the T:System.Object class.
public TaskExecutionContext ( object eventSource, TaskEventArgs eventArgs, string triggerName ) : System.Collections.Generic
eventSource object
eventArgs TaskEventArgs
triggerName string
Результат System.Collections.Generic