ShowHistoryDialog |
Scroll |
Loads the history of a workflow instance from the Thereforeā¢ Server and displays it in the default Thereforeā¢ workflow instance history dialog.
Note: this function is deprecated, it is recommended to use this function instead.
Namespace: Therefore.API
Visual Basic Public Overridable Function ShowHistoryDialog ( _ pServer As TheServer, _ nInstanceNo As Integer, _ nTokenNo As Integer ) C# public virtual void ShowHistoryDialog ( TheServer pServer, int nInstanceNo )
Parameters pServer A valid and connected TheServer object.
nInstanceNo Unique instance number of the instance to load from the Thereforeā¢ server.
Return Value None. |
|