TaskProcessorGetTaskInfoImpl Method |
Creates a friendly version of the task,
requires the child class to implement so that the correct directive
type is used.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected abstract TaskInfo GetTaskInfoImpl(
ApplicationTaskInfo appTaskInfo
)
Protected MustOverride Function GetTaskInfoImpl (
appTaskInfo As ApplicationTaskInfo
) As TaskInfo
protected:
virtual TaskInfo^ GetTaskInfoImpl(
ApplicationTaskInfo^ appTaskInfo
) abstract
Parameters
- appTaskInfo
- Type: ApplicationTaskInfo
The info to create the object from.
Return Value
Type:
TaskInfoThe corresponding task info object.
See Also