WorkflowControlEndpoint 類別

定義

一個標準端點,讓你能呼叫工作流程實例的控制操作。

public ref class WorkflowControlEndpoint : System::ServiceModel::Description::ServiceEndpoint
public class WorkflowControlEndpoint : System.ServiceModel.Description.ServiceEndpoint
type WorkflowControlEndpoint = class
    inherit ServiceEndpoint
Public Class WorkflowControlEndpoint
Inherits ServiceEndpoint
繼承
WorkflowControlEndpoint

備註

控制操作允許你以程式化方式控制現有的工作流程實例。

建構函式

名稱 Description
WorkflowControlEndpoint()

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

WorkflowControlEndpoint(Binding, EndpointAddress)

初始化一個以指定綁定 和 WorkflowControlEndpoint的新類別實例EndpointAddress

屬性

名稱 Description
Address

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

(繼承來源 ServiceEndpoint)
Behaviors

取得服務端點的行為。

(繼承來源 ServiceEndpoint)
Binding

取得或設定服務端點的綁定。

(繼承來源 ServiceEndpoint)
Contract

取得服務端的合約。

(繼承來源 ServiceEndpoint)
EndpointBehaviors

取得服務端點行為。

(繼承來源 ServiceEndpoint)
IsSystemEndpoint

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

(繼承來源 ServiceEndpoint)
ListenUri

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

(繼承來源 ServiceEndpoint)
ListenUriMode

接收或設定傳輸如何處理服務所提供的 URI。

(繼承來源 ServiceEndpoint)
Name

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

(繼承來源 ServiceEndpoint)

方法

名稱 Description
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於