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

TaskExecutionContext() public method

public TaskExecutionContext ( object eventSource, TaskEventArgs eventArgs ) : System.Collections.Generic
eventSource object
eventArgs TaskEventArgs
return System.Collections.Generic
        public TaskExecutionContext(object eventSource, TaskEventArgs eventArgs)
            : this(eventSource, eventArgs, string.Empty)
        {
        }

Same methods

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