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)

适用于