Share via


WorkflowSubscriptionService.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 WorkflowSubscriptionService
'Usage
Dim Context As ClientRuntimeContext
Dim returnValue As WorkflowSubscriptionService

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

Parameters

Return value

Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionService

See also

Reference

WorkflowSubscriptionService class

WorkflowSubscriptionService members

Microsoft.SharePoint.Client.WorkflowServices namespace