WorkflowServiceHost Constructor (WorkflowService^, array<Uri^>^)
.NET Framework (current version)
Initializes a new instance of the WorkflowServiceHost class using the specified service definition and collection of base addresses.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
public: WorkflowServiceHost( WorkflowService^ serviceDefinition, ... array<Uri^>^ baseAddresses )
Parameters
- serviceDefinition
-
Type:
System.ServiceModel.Activities::WorkflowService^
The workflow service to host.
- baseAddresses
-
Type:
array<System::Uri^>^
An array of base addresses for the hosted workflow service.
.NET Framework
Available since 4.0
Available since 4.0
Show: