WorkflowRuntimeEndpoint 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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::WorkflowHostingEndpointpublic 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.WorkflowHostingEndpointtype 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 WorkflowHostingEndpointPublic 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) |