| ExecutorServiceExecute Method |
Execute a Task
Namespace:
CSharpGrid.Grid
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Execute(
string taskDLL,
string taskClass,
Object parameters
)
public:
void Execute(
String^ taskDLL,
String^ taskClass,
Object^ parameters
)
Parameters
- taskDLL
- Type: SystemString
Task DLL Name - taskClass
- Type: SystemString
Task Class Name - parameters
- Type: SystemObject
Parameters
See Also