WorkflowServiceHostFactory::CreateServiceHost Method (String^, array<Uri^>^)
.NET Framework (current version)
Creates a new service host.
Assembly: System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)
public: virtual ServiceHostBase^ CreateServiceHost( String^ constructorString, array<Uri^>^ baseAddresses ) override
Parameters
- constructorString
-
Type:
System::String^
The name of the XAML file that defines the workflow service or the service type.
- baseAddresses
-
Type:
array<System::Uri^>^
A list of addresses that serves as a reference point for other addresses.
.NET Framework
Available since 4.0
Available since 4.0
Show: