Share via


WorkflowInstanceService.GetCurrent method

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntax

'Declaration
Public Shared Function GetCurrent ( _
    Context As ClientRuntimeContext _
) As WorkflowInstanceService
'Usage
Dim Context As ClientRuntimeContext
Dim returnValue As WorkflowInstanceService

returnValue = WorkflowInstanceService.GetCurrent(Context)
public static WorkflowInstanceService GetCurrent(
    ClientRuntimeContext Context
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstanceService

See also

Reference

WorkflowInstanceService class

WorkflowInstanceService members

Microsoft.SharePoint.Client.WorkflowServices namespace