Click or drag to resize

ITask.LoadTaskPerformerAssembly Method

Loads for this task the task performer assembly and class and adds the instance to this task instance

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
void LoadTaskPerformerAssembly(
	string fullTaskPerformersPath,
	string additionalTaskPerformersPath
)

Parameters

fullTaskPerformersPath
Type: System.String
the path where the assembly can be found.
additionalTaskPerformersPath
Type: System.String
The additional task performers path.
See Also