WorkflowServiceHost Constructor
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(Stream, Uri[]) | Initializes a new instance of the WorkflowServiceHost class using a byte stream that contains the workflow definition and the base addresses of the service specified. |
|
WorkflowServiceHost(String, Uri[]) | Initializes a new instance of the WorkflowServiceHost class using a path to the workflow definition and the base addresses of the service specified. |
|
WorkflowServiceHost(Type, Uri[]) | Initializes a new instance of the WorkflowServiceHost class using a workflow type and the base addresses of the service specified. |
|
WorkflowServiceHost(Stream, Stream, Uri[]) | Initializes a new instance of the WorkflowServiceHost class using a byte stream that contains the workflow definition, a byte stream that contains the workflow rules definition, and the base addresses of the service specified. |
|
WorkflowServiceHost(String, String, Uri[]) | Initializes a new instance of the WorkflowServiceHost class using a path to the workflow definition, a path to the workflow rules definition, and the base addresses of the service specified. |
|
WorkflowServiceHost(Stream, Stream, ITypeProvider, Uri[]) | Initializes a new instance of the WorkflowServiceHost class using a byte stream that contains the workflow definition, a byte stream that contains the workflow rules definition, a type provider for custom activity types, and the base addresses of the service specified. |
|
WorkflowServiceHost(String, String, ITypeProvider, Uri[]) | Initializes a new instance of the WorkflowServiceHost class using a path to the workflow definition, a path to the workflow rules definition, a type provider for custom activity types, and the base addresses of the service specified. |