DeleteInstance |
Scroll |
Deletes the workflow instance.
Namespace: Therefore.API
Visual Basic Public Overridable Function DeleteInstance( _ pServer As TheServer _ ) C# public virtual void DeleteInstance( TheServer pServer )
Parameters pServer A valid and connected TheServer object.
Return Value None. |
|
Requires Loaded Instance Load an instance definition from the server before calling this method. |