WorkflowSubscription constructor (ClientRuntimeContext)
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext _
)
'Usage
Dim context As ClientRuntimeContext
Dim instance As New WorkflowSubscription(context)
public WorkflowSubscription(
ClientRuntimeContext context
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext