DelegateTo |
Scroll |
Delegates the workflow instance to the specified user.
Namespace: Therefore.API
Visual Basic Public Overridable Function DelegateTo ( _ pServer As TheServer, _ strDomain As String, _ strUser As String, _ ) C# public virtual void DelegateTo ( TheServer pServer, string strDomain, string strUser, )
Parameters pServer A valid and connected TheServer object.
strDomain Domain name of the user to delegate to.
strUser User name of the user to delegate to.
Return Value None. |
|
Requires Loaded Instance Load an instance definition from the server before calling this method. |