Load.1 |
Scroll |
Loads a specific workflow instance token from the Thereforeā¢ server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ pServer As TheServer, _ nInstanceNo As Integer, _ nTokenNo As Integer ) C# public virtual void Load ( TheServer pServer, int nInstanceNo, int nTokenNo )
Parameters pServer A valid and connected TheServer object.
nInstanceNo Unique instance number of the instance to load from the Thereforeā¢ server.
nTokenNo The unique number for the workflow token to load. If set to 0, the server will try to find the closet matching token.
Return Value None. |
|
|