Rebel.Framework.Tasks.TaskExecutionContext.TaskExecutionContext C# (CSharp) Method

TaskExecutionContext() public method

Initializes a new instance of the T:System.Object class.
public TaskExecutionContext ( ) : System.Collections.Generic
return System.Collections.Generic
        public TaskExecutionContext()
        {
            TaskQueueData = new Dictionary<string, object>();
            Exceptions = new List<System.Exception>();
            TriggerName = string.Empty;
        }

Same methods

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