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

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

Parameters

Return value

Type: Microsoft.SharePoint.Client.WorkflowServices.InteropService

See also

Reference

InteropService class

InteropService members

Microsoft.SharePoint.Client.WorkflowServices namespace