WorkflowInstanceService.GetInstance method
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Overridable Function GetInstance ( _
instanceId As Guid _
) As WorkflowInstance
'Usage
Dim instance As WorkflowInstanceService
Dim instanceId As Guid
Dim returnValue As WorkflowInstance
returnValue = instance.GetInstance(instanceId)
public virtual WorkflowInstance GetInstance(
Guid instanceId
)
Parameters
- instanceId
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstance