TaskPerformerBasePerform Method |
Name | Description | |
---|---|---|
Perform(IGenerator, ITask) |
Executes the task which is performed by the implementor of ITaskPerformer.
It assumes there are no parameters. The method's result should be stored locally and
the property PerformResult should reflect the result of this method,
when that property is called after the method.
| |
Perform(IGenerator, ITask, DictionaryString, TaskParameter) |
Executes the task which is performed by the implementor of ITaskPerformer.
The method's result should be stored locally and
the property PerformResult should reflect the result of this method,
when that property is called after the method.
|