WorkflowServiceHostFactory.CreateServiceHost(String, Uri[]) Method

Definition

Creates a new service host.

public:
 override System::ServiceModel::ServiceHostBase ^ CreateServiceHost(System::String ^ constructorString, cli::array <Uri ^> ^ baseAddresses);
public override System.ServiceModel.ServiceHostBase CreateServiceHost (string constructorString, Uri[] baseAddresses);
override this.CreateServiceHost : string * Uri[] -> System.ServiceModel.ServiceHostBase
Public Overrides Function CreateServiceHost (constructorString As String, baseAddresses As Uri()) As ServiceHostBase

Parameters

constructorString
String

The name of the XAML file that defines the workflow service or the service type.

baseAddresses
Uri[]

A list of addresses that serves as a reference point for other addresses.

Returns

A service host base instance.

Applies to