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
- Context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
Return value
Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstanceService