메소드 | 설명 | |
---|---|---|
DelegateTask ( Action |
Initializes a new instance of the DelegateTask class. Note that since this constructor has no IFrameworkContext parameter, the Context property of the base class AbstractTask will be null until the Execute method is called at which point the TaskExecutionContext.EventArgs.FrameworkContext property will be used to set it.
|
|
DelegateTask ( IFrameworkContext context, Action |
Initializes a new instance of the DelegateTask class.
|
|
Execute ( |
Executes this task instance.
|
public DelegateTask ( Action |
||
callback | Action |
The callback. |
리턴 | System |
public DelegateTask ( IFrameworkContext context, Action |
||
context | IFrameworkContext | The context. |
callback | Action |
The callback. |
리턴 | System |
public Execute ( |
||
context | ||
리턴 | void |