Click or drag to resize

HandleCommandClientGetTaskVersion Method

Request Task Version

Namespace:  CSharpGrid.TCPClient
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void GetTaskVersion(
	string taskDll,
	string taskClass
)

Parameters

taskDll
Type: SystemString
Task DLL Name
taskClass
Type: SystemString
Task Class Name
See Also