Method | Description | |
---|---|---|
ResourceScope ( ITask decoratedTask ) : System |
Initializes a new instance of the ResourceScope class.
|
|
ResourceScope ( ITask decoratedTask, IEnumerable |
Initializes a new instance of the ResourceScope class.
|
|
ResourceScope ( string name, ITask decoratedTask ) : System |
Initializes a new instance of the ResourceScope class.
|
|
ResourceScope ( string name, ITask decoratedTask, IEnumerable |
Initializes a new instance of the ResourceScope class.
|
Method | Description | |
---|---|---|
ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task |
Implementation function for the execution.
|
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task | ||
context | ITaskContext | Execution context. |
return | System.Threading.Tasks.Task |
public ResourceScope ( ITask decoratedTask ) : System | ||
decoratedTask | ITask | Wrapped task. |
return | System |
public ResourceScope ( ITask decoratedTask, IEnumerable |
||
decoratedTask | ITask | Wrapped task. |
resources | IEnumerable |
Sequence of resources to dispose of. |
return | System |
public ResourceScope ( string name, ITask decoratedTask ) : System | ||
name | string | Task name. |
decoratedTask | ITask | Wrapped task. |
return | System |
public ResourceScope ( string name, ITask decoratedTask, IEnumerable |
||
name | string | Task name. |
decoratedTask | ITask | Wrapped task. |
resources | IEnumerable |
Sequence of resources to dispose of. |
return | System |