WorkflowServiceHostFactory 类

定义

注意

The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*

在托管宿主环境中提供 WorkflowServiceHost 的实例的工厂,在此环境中为响应传入消息而动态创建宿主实例。

public ref class WorkflowServiceHostFactory : System::ServiceModel::Activation::ServiceHostFactoryBase
public class WorkflowServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
[System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public class WorkflowServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
type WorkflowServiceHostFactory = class
    inherit ServiceHostFactoryBase
[<System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")>]
type WorkflowServiceHostFactory = class
    inherit ServiceHostFactoryBase
Public Class WorkflowServiceHostFactory
Inherits ServiceHostFactoryBase
继承
WorkflowServiceHostFactory
属性

注解

支持动态激活的托管宿主环境包括 Internet 信息服务 (IIS) 和 Windows 进程激活服务 (WAS)。

如果已实现 WorkflowServiceHost 的自定义派生,还应考虑实现派生自 WorkflowServiceHostFactory 类的工厂。

如果已实现 ServiceHostBase 的自定义派生,还应考虑实现可直接从 ServiceHostFactoryBase 派生工厂的工厂。

构造函数

WorkflowServiceHostFactory()

初始化 WorkflowServiceHostFactory 类的新实例。

方法

CreateServiceHost(String, Uri[])

从字符串创建 WorkflowServiceHost,该字符串包含工作流标记文件的文件名或工作流服务类型的类型名和指定的服务基址。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于