WorkflowInstanceService.SuspendWorkflow method
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
<ClientCallableMethodAttribute> _
Public MustOverride Sub SuspendWorkflow ( _
instance As WorkflowInstance _
)
'Usage
Dim instance As WorkflowInstanceService
Dim instance As WorkflowInstance
instance.SuspendWorkflow(instance)
[ClientCallableMethodAttribute]
public abstract void SuspendWorkflow(
WorkflowInstance instance
)
Parameters
- instance
Type: Microsoft.SharePoint.WorkflowServices.WorkflowInstance