WorkflowServiceHostFactory.CreateServiceHost(String, Uri[]) Methode

Definitie

Hiermee maakt u een nieuwe servicehost.

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

De naam van het XAML-bestand dat de werkstroomservice of het servicetype definieert.

baseAddresses
Uri[]

Een lijst met adressen die fungeert als referentiepunt voor andere adressen.

Retouren

Een servicehostbasisexemplaren.

Van toepassing op