C# Class Rebel.Framework.Tasks.TaskExecutionContext

A context for passing state along a task execution queue
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

TaskExecutionContext() public méthode

public TaskExecutionContext ( object eventSource, TaskEventArgs eventArgs ) : System.Collections.Generic
eventSource object
eventArgs TaskEventArgs
Résultat System.Collections.Generic

TaskExecutionContext() public méthode

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