Load |
Scroll |
Loads the task with the specified task ID.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ pServer As TheServer, _ nTaskNo As Integer _ ) C# public virtual void Load ( TheServer pServer, int nTaskNo )
Parameters pServer Valid and connected TheServer.
nTaskNo Task number of the task which should be loaded.
Return Value None. |
|