C# 클래스 Rebel.Framework.Tasks.TaskExecutionContext

A context for passing state along a task execution queue
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
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