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