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