ExternalDataExchangeService Clase

Definición

Precaución

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

Representa un servicio que se debe agregar al motor en tiempo de ejecución del flujo de trabajo para habilitar las comunicaciones de servicios locales. Es necesario agregar implementaciones de servicio local a para ExternalDataExchangeService que estos servicios se inicialicen y registren correctamente.

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
Herencia
ExternalDataExchangeService
Atributos

Comentarios

Note

En este material se describen los tipos y los espacios de nombres que están obsoletos. Para obtener más información, consulte Deprecated Types in Windows Workflow Foundation 4.5.

Una implementación de servicio local es una clase que implementa una interfaz marcada con ExternalDataExchangeAttribute. Los servicios locales agregados de esta manera son utilizados por CallExternalMethodActivity y HandleExternalEventActivity.

Constructores

Nombre Description
ExternalDataExchangeService()
Obsoletos.

Inicializa una nueva instancia de la clase ExternalDataExchangeService.

ExternalDataExchangeService(ExternalDataExchangeServiceSection)
Obsoletos.

Inicializa una nueva instancia de la clase ExternalDataExchangeService.

ExternalDataExchangeService(NameValueCollection)
Obsoletos.

Inicializa una nueva instancia de la clase ExternalDataExchangeService.

ExternalDataExchangeService(String)
Obsoletos.

Inicializa una nueva instancia de la clase ExternalDataExchangeService.

Propiedades

Nombre Description
Runtime
Obsoletos.

Obtiene para WorkflowRuntime este servicio.

(Heredado de WorkflowRuntimeService)
State
Obsoletos.

Obtiene el estado de .WorkflowRuntimeService

(Heredado de WorkflowRuntimeService)

Métodos

Nombre Description
AddService(Object)
Obsoletos.

Agrega el servicio especificado a .ExternalDataExchangeService

Equals(Object)
Obsoletos.

Determina si el objeto especificado es igual al objeto actual.

(Heredado de Object)
GetHashCode()
Obsoletos.

Actúa como la función hash predeterminada.

(Heredado de Object)
GetService(Type)
Obsoletos.

Obtiene la implementación del servicio del tipo de interfaz especificado, si el servicio está disponible.

GetType()
Obsoletos.

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()
Obsoletos.

Crea una copia superficial del Objectactual.

(Heredado de Object)
OnStarted()
Obsoletos.

Cuando se invalida en una clase derivada, representa el método al que se llamará cuando el motor en tiempo de ejecución de flujo de trabajo genere el Started evento.

(Heredado de WorkflowRuntimeService)
OnStopped()
Obsoletos.

Cuando se invalida en una clase derivada, representa el método al que se llamará cuando el motor en tiempo de ejecución de flujo de trabajo genere el Stopped evento.

(Heredado de WorkflowRuntimeService)
RaiseServicesExceptionNotHandledEvent(Exception, Guid)
Obsoletos.

Genera el evento ServicesExceptionNotHandled.

(Heredado de WorkflowRuntimeService)
RemoveService(Object)
Obsoletos.

Quita el servicio especificado de .ExternalDataExchangeService

Start()
Obsoletos.

Agrega servicios locales si se especificó una sección de configuración durante la construcción del objeto .

Stop()
Obsoletos.

Cuando se reemplaza en una clase derivada, detiene el servicio y cambia a StateStopping.

(Heredado de WorkflowRuntimeService)
ToString()
Obsoletos.

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a