WorkflowServiceHostFactory 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*
在 Managed 裝載環境中提供 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
- 繼承
- 屬性
備註
支援動態啟動的 Managed 裝載環境包括網際網路資訊服務 (IIS) 和 Windows Process Activation Service (WAS)。
如果您已實作了 WorkflowServiceHost 的自訂衍生,建議您一併實作衍生自 WorkflowServiceHostFactory 類別的處理站。
反之,如果您已實作了 ServiceHostBase 的自訂衍生,建議您一併實作直接從 ServiceHostFactoryBase 衍生您處理站的處理站。
建構函式
WorkflowServiceHostFactory() |
已淘汰.
初始化 WorkflowServiceHostFactory 類別的新執行個體。 |
方法
CreateServiceHost(String, Uri[]) |
已淘汰.
從含有工作流程標記檔案之檔案名稱的字串,或含有工作流程服務型別名稱與指定的服務基底位址之字串,來建立 WorkflowServiceHost。 |
Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
已淘汰.
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
已淘汰.
傳回代表目前物件的字串。 (繼承來源 Object) |