This documentation is archived and is not being maintained.
WorkflowServiceHost Constructor
Visual Studio 2010
Initializes a new instance of the WorkflowServiceHost class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WorkflowServiceHost() | Initializes a new instance of the WorkflowServiceHost class. |
|
WorkflowServiceHost(Activity, array<Uri>) | Initializes a new instance of the WorkflowServiceHost class using the specified activity and base addresses. |
|
WorkflowServiceHost(Object, array<Uri>) | Initializes a new instance of the WorkflowServiceHost class using the specified service object and base addresses. |
|
WorkflowServiceHost(WorkflowService, array<Uri>) | Initializes a new instance of the WorkflowServiceHost class using the specified service definition and collection of base addresses. |
Show: