WorkflowServiceHost Constructor (String, String, ITypeProvider, Uri[])
Initializes a new instance of the WorkflowServiceHost class using a path to the workflow definition, a path to the workflow rules definition, a type provider for custom activity types, and the base addresses of the service specified.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
public WorkflowServiceHost( string workflowDefinitionPath, string ruleDefinitionPath, ITypeProvider typeProvider, params Uri[] baseAddress )
Parameters
- workflowDefinitionPath
- Type: System.String
A string that contains the path to the workflow definition file.
- ruleDefinitionPath
- Type: System.String
A string that contains the path to the workflow rules definition file.
- typeProvider
- Type: System.Workflow.ComponentModel.Compiler.ITypeProvider
A type provider that implements the ITypeProvider interface.
- baseAddress
- Type: System.Uri[]
An array of type Uri that contains the base addresses for the hosted service.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.