WorkflowControlEndpoint 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个标准终结点,可用于对工作流实例调用控制操作。
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(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) |