C# Class Rebel.Framework.Tasks.TaskExecutionContext

A context for passing state along a task execution queue
显示文件 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
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.

Method Details

TaskExecutionContext() public method

Initializes a new instance of the T:System.Object class.
public TaskExecutionContext ( ) : System.Collections.Generic
return System.Collections.Generic

TaskExecutionContext() public method

public TaskExecutionContext ( object eventSource, TaskEventArgs eventArgs ) : System.Collections.Generic
eventSource object
eventArgs TaskEventArgs
return System.Collections.Generic

TaskExecutionContext() public method

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
return System.Collections.Generic