WorkflowLoaderService 類別

定義

警告

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

工作流程載入器服務源自的抽象基底類別。

public ref class WorkflowLoaderService abstract : System::Workflow::Runtime::Hosting::WorkflowRuntimeService
public abstract class WorkflowLoaderService : System.Workflow.Runtime.Hosting.WorkflowRuntimeService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public abstract class WorkflowLoaderService : System.Workflow.Runtime.Hosting.WorkflowRuntimeService
type WorkflowLoaderService = class
    inherit WorkflowRuntimeService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowLoaderService = class
    inherit WorkflowRuntimeService
Public MustInherit Class WorkflowLoaderService
Inherits WorkflowRuntimeService
繼承
WorkflowLoaderService
衍生
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

你可以從這個類別衍生出來,建立一個自訂版本的工作流程載入器。

工作流程載入器提供一種機制,讓開發者能產生工作流程定義,進而產生來自非可擴充應用標記語言(XAML)的其他 XML 格式實例。 使用者負責解析其獨特的 XML 格式,產生活動樹,並將活動樹的根提供給工作流程執行時執行。

建構函式

名稱 Description
WorkflowLoaderService()
已淘汰.

當在衍生類別中實作時,會初始化該 WorkflowLoaderService 類別的新實例。

屬性

名稱 Description
Runtime
已淘汰.

為了這項服務,他得到了。WorkflowRuntime

(繼承來源 WorkflowRuntimeService)
State
已淘汰.

取得 的狀態 WorkflowRuntimeService

(繼承來源 WorkflowRuntimeService)

方法

名稱 Description
CreateInstance(Type)
已淘汰.

利用指定的工作流程 Type建立新的工作流程實例。

CreateInstance(XmlReader, XmlReader)
已淘汰.

透過指定的 XmlReader. 建立工作流程實例。

Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
OnStarted()
已淘汰.

當 在派生類別中被覆寫時,代表當工作流程執行引擎提出 Started 事件時將被呼叫的方法。

(繼承來源 WorkflowRuntimeService)
OnStopped()
已淘汰.

當 在派生類別中被覆寫時,代表當工作流程執行引擎提出 Stopped 事件時將被呼叫的方法。

(繼承來源 WorkflowRuntimeService)
RaiseServicesExceptionNotHandledEvent(Exception, Guid)
已淘汰.

引發 ServicesExceptionNotHandled 事件。

(繼承來源 WorkflowRuntimeService)
Start()
已淘汰.

當在派生類別中被覆寫時,啟動服務並將 變更 StateStarting

(繼承來源 WorkflowRuntimeService)
Stop()
已淘汰.

當在導出類別中被覆寫時,會停止服務並將 變更 StateStopping

(繼承來源 WorkflowRuntimeService)
ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於