WorkflowServiceHostFactory 类
定义
一个工厂,在可动态创建主机实例以响应传入消息的托管宿主环境中提供 WorkflowServiceHost 的实例。A factory that provides instances of WorkflowServiceHost in managed hosting environments where the host instance is created dynamically in response to incoming messages.
public ref class WorkflowServiceHostFactory : System::ServiceModel::Activation::ServiceHostFactoryBase
public class WorkflowServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
type WorkflowServiceHostFactory = class
inherit ServiceHostFactoryBase
Public Class WorkflowServiceHostFactory
Inherits ServiceHostFactoryBase
- 继承
构造函数
| WorkflowServiceHostFactory() |
初始化 WorkflowServiceHostFactory 类的新实例。Initializes a new instance of the WorkflowServiceHostFactory class. |
方法
| CreateServiceHost(String, Uri[]) |
创建一台新的服务主机。Creates a new service host. |
| CreateWorkflowServiceHost(Activity, Uri[]) |
使用指定的 WorkflowServiceHost 和基址创建 Activity 类的新实例。Creates a new instance of the WorkflowServiceHost class using the specified Activity and base addresses. |
| CreateWorkflowServiceHost(WorkflowService, Uri[]) |
使用指定的 WorkflowServiceHost 和基址创建 WorkflowService 类的新实例。Creates a new instance of the WorkflowServiceHost class with the specified WorkflowService and base addresses. |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |