DefaultWorkflowLoaderService 類別

定義

警告

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

代表如果沒有新增其他工作流載入器服務,則由工作流程執行引擎建立的預設版本 WorkflowLoaderService

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

備註

Note

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

當執行時引擎啟動時,若未新增其他從該WorkflowRuntime引擎衍生的工作流程載入服務作為服務,類別會DefaultWorkflowLoaderService建立WorkflowLoaderService物件。

建構函式

名稱 Description
DefaultWorkflowLoaderService()
已淘汰.

初始化 DefaultWorkflowLoaderService 類別的新執行個體。

屬性

名稱 Description
Runtime
已淘汰.

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

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

取得 的狀態 WorkflowRuntimeService

(繼承來源 WorkflowRuntimeService)

方法

名稱 Description
CreateInstance(Type)
已淘汰.

利用指定的工作流程 Type建立根活動定義樹。

CreateInstance(XmlReader, XmlReader)
已淘汰.

透過反序列化 .xoml 和 .rules 檔案,建立新的根活動定義樹。

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)

適用於