Click or drag to resize

MailCommunicationAddTask Method

Add a Task

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

Parameters

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