Click or drag to resize

CommunicationAdapterAddTask Method

Add a Task

Namespace:  CSharpGrid.Grid.SPI
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract void AddTask(
	string taskDll,
	TaskInfo task
)

Parameters

taskDll
Type: SystemString
Task DLL Name
task
Type: CSharpGrid.Grid.TaskTaskInfo
TaskInfo
See Also