Share via


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

注解

可通过控制操作以编程方式控制现有的工作流实例。

构造函数

WorkflowControlEndpoint()

初始化 WorkflowControlEndpoint 类的新实例。

WorkflowControlEndpoint(Binding, EndpointAddress)

使用指定的绑定和 WorkflowControlEndpoint 初始化 EndpointAddress 类的新实例。

属性

Address

获取或设置服务终结点的终结点地址。

(继承自 ServiceEndpoint)
Behaviors

获取服务终结点的行为。

(继承自 ServiceEndpoint)
Binding

获取或设置服务终结点的绑定。

(继承自 ServiceEndpoint)
Contract

获取服务终结点的协定。

(继承自 ServiceEndpoint)
EndpointBehaviors

获取服务的终点行为。

(继承自 ServiceEndpoint)
IsSystemEndpoint

获取或设置是否由系统生成服务终结点而不由用户定义服务终结点。

(继承自 ServiceEndpoint)
ListenUri

获取或设置服务终结点侦听的 URI。

(继承自 ServiceEndpoint)
ListenUriMode

获取或设置传输处理提供给服务的供其侦听的 URI 的方式。

(继承自 ServiceEndpoint)
Name

获取或设置服务终结点的名称。

(继承自 ServiceEndpoint)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于