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
衍生
屬性

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

您可以從此類別衍生以建立自訂版本的工作流程載入器。

工作流程載入器提供一個機制,這個機制讓開發人員產生工作流程定義,接著產生來自非 extensible Application Markup Language (XAML) 的其他 XML 格式執行個體。 使用者負責剖析這些獨特的 XML 格式,產生活動樹狀目錄,並提供活動樹狀目錄的根給用於執行的工作流程執行階段。

建構函式

WorkflowLoaderService()
已淘汰.

在衍生類別中實作時,初始化 WorkflowLoaderService 類別的新執行個體。

屬性

Runtime
已淘汰.

取得此服務的 WorkflowRuntime

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

取得 WorkflowRuntimeService 的狀態。

(繼承來源 WorkflowRuntimeService)

方法

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()
已淘汰.

在衍生類別中覆寫時,啟動服務並將 State 變更為 Starting

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

在衍生類別中覆寫時,停止服務並將 State 變更為 Stopping

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

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

(繼承來源 Object)

適用於