TaskProcessor Methods |
The TaskProcessor type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetDirectiveType |
Returns the type of directive used by the processor.
(Inherited from Processor.) |
![]() | GetSettings |
Gets a copy of the processor's settings.
|
![]() | GetTaskInfo |
Creates a friendly version of the task,
with data and progress parsed to the directive and status,
fully serializable with DateTime values instead of timestamps.
|
![]() | GetTaskInfoImpl |
Creates a friendly version of the task,
requires the child class to implement so that the correct directive
type is used.
|
![]() | ParseDirective |
Parses a task's directive.
|
![]() | ParseDirectiveImpl |
Parses a task's directive.
|
![]() | ResolveExceptionBehavior |
Resolves the defined behavior for a specific exception.
|
![]() | UpdateSettings |
Updates the processor's settings.
|