WorkflowServicesManager constructor (ClientRuntimeContext, Web)
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext, _
web As Web _
)
'Usage
Dim context As ClientRuntimeContext
Dim web As Web
Dim instance As New WorkflowServicesManager(context, _
web)
public WorkflowServicesManager(
ClientRuntimeContext context,
Web web
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- web
Type: Microsoft.SharePoint.Client.Web
See also
Reference
WorkflowServicesManager members