ExternalDataExchangeService 类

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

表示一个必须添加到工作流运行时引擎才能启用本地服务通信的服务。 若要正确地初始化和注册这些服务,必需将本地服务实现添加到 ExternalDataExchangeService

public ref class ExternalDataExchangeService : System::Workflow::Runtime::Hosting::WorkflowRuntimeService
public class ExternalDataExchangeService : System.Workflow.Runtime.Hosting.WorkflowRuntimeService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ExternalDataExchangeService : System.Workflow.Runtime.Hosting.WorkflowRuntimeService
type ExternalDataExchangeService = class
    inherit WorkflowRuntimeService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ExternalDataExchangeService = class
    inherit WorkflowRuntimeService
Public Class ExternalDataExchangeService
Inherits WorkflowRuntimeService
继承
ExternalDataExchangeService
属性

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

本地服务实现是一个类,该类实现使用 ExternalDataExchangeAttribute 进行标记的接口。 以这种方式添加的本地服务由 CallExternalMethodActivityHandleExternalEventActivity 使用。

构造函数

ExternalDataExchangeService()
已过时.

初始化 ExternalDataExchangeService 类的新实例。

ExternalDataExchangeService(ExternalDataExchangeServiceSection)
已过时.

初始化 ExternalDataExchangeService 类的新实例。

ExternalDataExchangeService(NameValueCollection)
已过时.

初始化 ExternalDataExchangeService 类的新实例。

ExternalDataExchangeService(String)
已过时.

初始化 ExternalDataExchangeService 类的新实例。

属性

Runtime
已过时.

获取此服务的 WorkflowRuntime

(继承自 WorkflowRuntimeService)
State
已过时.

获取 WorkflowRuntimeService 的状态。

(继承自 WorkflowRuntimeService)

方法

AddService(Object)
已过时.

将指定的服务添加到 ExternalDataExchangeService

Equals(Object)
已过时.

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

(继承自 Object)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetService(Type)
已过时.

获取指定接口类型的服务实现(如果服务可用)。

GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
OnStarted()
已过时.

在派生类中重写时,表示将在工作流运行时引擎引发 Started 事件时调用的方法。

(继承自 WorkflowRuntimeService)
OnStopped()
已过时.

在派生类中重写时,表示将在工作流运行时引擎引发 Stopped 事件时调用的方法。

(继承自 WorkflowRuntimeService)
RaiseServicesExceptionNotHandledEvent(Exception, Guid)
已过时.

引发 ServicesExceptionNotHandled 事件。

(继承自 WorkflowRuntimeService)
RemoveService(Object)
已过时.

ExternalDataExchangeService 中移除指定的服务。

Start()
已过时.

如果在对象的构造期间指定配置节,则添加本地服务。

Stop()
已过时.

在派生类中重写时,停止服务并将 State 更改为 Stopping

(继承自 WorkflowRuntimeService)
ToString()
已过时.

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

(继承自 Object)

适用于