| 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
)
public:
void GetTaskVersion(
String^ taskDll,
String^ taskClass
)
Parameters
- taskDll
- Type: SystemString
Task DLL Name - taskClass
- Type: SystemString
Task Class Name
See Also