Click or drag to resize

GridExecute 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 taskName,
	Object parameters
)

Parameters

taskDll
Type: SystemString
Task DLL Name
taskName
Type: SystemString
Task Class Name
parameters
Type: SystemObject
Parameters
See Also