WorkflowRuntimeEndpoint 類別

定義

警告

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

如果未明確指定 <sqlWorkflowInstanceStoreBehavior> 元素中的 <workflowInstanceControl> 子元素,SqlWorkflowInstanceStore 會使用這個類別加入預設的控制端點。

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

備註

<workflowInstanceControl> SqlWorkflowInstanceStore 元素中的子元素是選擇性專案,可指定工作流程實例控制端點的參數。 工作流程管理服務會使用此端點對服務主機發出命令。

<workflowInstanceControl>如果省略 SqlWorkflowInstanceStore 元素中的子元素,SqlWorkflowInstanceStore 仍會使用 WorkflowRuntimeEndpoint 類別新增預設控件端點。

建構函式

WorkflowRuntimeEndpoint()
已淘汰.

初始化 WorkflowRuntimeEndpoint 類別的執行個體。

屬性

Address
已淘汰.

取得或設定服務端點的端點位址。

(繼承來源 ServiceEndpoint)
Behaviors
已淘汰.

取得服務端點的行為。

(繼承來源 ServiceEndpoint)
Binding
已淘汰.

取得或設定服務端點的繫結。

(繼承來源 ServiceEndpoint)
Contract
已淘汰.

取得服務端點的合約。

(繼承來源 ServiceEndpoint)
CorrelationQueries
已淘汰.

取得 CorrelationQuery 執行個體的集合。

(繼承來源 WorkflowHostingEndpoint)
EndpointBehaviors
已淘汰.

取得服務的端點行為。

(繼承來源 ServiceEndpoint)
IsSystemEndpoint
已淘汰.

取得或設定服務端點是否由系統產生,而非由使用者定義。

(繼承來源 ServiceEndpoint)
ListenUri
已淘汰.

取得或設定服務端點接聽的 URI。

(繼承來源 ServiceEndpoint)
ListenUriMode
已淘汰.

取得或設定傳輸如何處理提供給服務接聽的 URI。

(繼承來源 ServiceEndpoint)
Name
已淘汰.

取得或設定服務端點的名稱。

(繼承來源 ServiceEndpoint)

方法

AddService(Object)
已淘汰.

將指定的服務加入工作流程執行階段執行個體所支援之執行階段服務的清單中。

Equals(Object)
已淘汰.

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

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

做為預設雜湊函式。

(繼承來源 Object)
GetService(Type)
已淘汰.

從服務物件清單取得指定服務型別的服務物件。

GetService<T>()
已淘汰.

取得與指定為範本參數之服務型別對應的服務物件。

GetType()
已淘汰.

取得目前執行個體的 Type

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

建立目前 Object 的淺層複製。

(繼承來源 Object)
OnGetCreationContext(Object[], OperationContext, Guid, WorkflowHostingResponseContext)
已淘汰.

覆寫以建立新的 WorkflowCreationContext 執行個體。

(繼承來源 WorkflowHostingEndpoint)
OnGetInstanceId(Object[], OperationContext)
已淘汰.

根據傳遞做為參數的輸入和作業內容取得執行個體識別項。

OnResolveBookmark(Object[], OperationContext, WorkflowHostingResponseContext, Object)
已淘汰.

解析書籤。

RemoveService(Object)
已淘汰.

從工作流程執行階段執行個體所支援之執行階段服務的清單中移除指定的服務。

ToString()
已淘汰.

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

(繼承來源 Object)

適用於