Share via


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

Return value

Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstance

See also

Reference

WorkflowInstanceService class

WorkflowInstanceService members

Microsoft.SharePoint.Client.WorkflowServices namespace