This documentation is archived and is not being maintained.
WorkflowServiceHostFactory::CreateWorkflowServiceHost Method (WorkflowService, array<Uri>)
Visual Studio 2010
Creates a new instance of the WorkflowServiceHost class with the specified WorkflowService and base addresses.
Assembly: System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)
protected: virtual WorkflowServiceHost^ CreateWorkflowServiceHost( WorkflowService^ service, array<Uri^>^ baseAddresses )
Parameters
- service
- Type: System.ServiceModel.Activities::WorkflowService
The workflow service that becomes the host.
- baseAddresses
- Type: array<System::Uri>
A list of addresses that serves as a reference point for other addresses.
Return Value
Type: System.ServiceModel.Activities::WorkflowServiceHostA workflow service host instance.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: