WorkflowInstanceService.ResumeWorkflow method
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Overridable Sub ResumeWorkflow ( _
instance As WorkflowInstance _
)
'Usage
Dim instance As WorkflowInstanceService
Dim instance As WorkflowInstance
instance.ResumeWorkflow(instance)
public virtual void ResumeWorkflow(
WorkflowInstance instance
)