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.

Namespace:   System.ServiceModel.Activities
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
Return to top
Show: