ExternalDataExchangeService Classe

Definição

Cuidado

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

Representa um serviço que precisa ser adicionado ao mecanismo de tempo de execução do fluxo de trabalho para habilitar as comunicações de serviços locais. É necessário adicionar implementações de serviço local ao ExternalDataExchangeService para que esses serviços sejam inicializado e registrados corretamente.

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
Herança
ExternalDataExchangeService
Atributos

Comentários

Observação

Este material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).

Uma implementação de serviço local é uma classe que implementa uma interface marcada com ExternalDataExchangeAttribute. Os serviços locais adicionados dessa maneira são usados por CallExternalMethodActivity e HandleExternalEventActivity.

Construtores

ExternalDataExchangeService()
Obsoleto.

Inicializa uma nova instância da classe ExternalDataExchangeService.

ExternalDataExchangeService(ExternalDataExchangeServiceSection)
Obsoleto.

Inicializa uma nova instância da classe ExternalDataExchangeService.

ExternalDataExchangeService(NameValueCollection)
Obsoleto.

Inicializa uma nova instância da classe ExternalDataExchangeService.

ExternalDataExchangeService(String)
Obsoleto.

Inicializa uma nova instância da classe ExternalDataExchangeService.

Propriedades

Runtime
Obsoleto.

Obtém o WorkflowRuntime para este serviço.

(Herdado de WorkflowRuntimeService)
State
Obsoleto.

Obtém o estado do WorkflowRuntimeService.

(Herdado de WorkflowRuntimeService)

Métodos

AddService(Object)
Obsoleto.

Adiciona o serviço especificado ao ExternalDataExchangeService.

Equals(Object)
Obsoleto.

Determina se o objeto especificado é igual ao objeto atual.

(Herdado de Object)
GetHashCode()
Obsoleto.

Serve como a função de hash padrão.

(Herdado de Object)
GetService(Type)
Obsoleto.

Obtém a implementação de serviço do tipo de interface especificado se o serviço estiver disponível.

GetType()
Obsoleto.

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()
Obsoleto.

Cria uma cópia superficial do Object atual.

(Herdado de Object)
OnStarted()
Obsoleto.

Quando substituído em uma classe derivada, representa o método que será chamado quando o mecanismo de runtime de fluxo de trabalho gerar o evento Started.

(Herdado de WorkflowRuntimeService)
OnStopped()
Obsoleto.

Quando substituído em uma classe derivada, representa o método que será chamado quando o mecanismo de runtime de fluxo de trabalho gerar o evento Stopped.

(Herdado de WorkflowRuntimeService)
RaiseServicesExceptionNotHandledEvent(Exception, Guid)
Obsoleto.

Aciona o evento ServicesExceptionNotHandled.

(Herdado de WorkflowRuntimeService)
RemoveService(Object)
Obsoleto.

Remove o serviço especificado do ExternalDataExchangeService.

Start()
Obsoleto.

Adiciona serviços locais se uma seção de configuração foi especificada durante a construção do objeto.

Stop()
Obsoleto.

Quando substituído em uma classe derivada, interrompe o serviço e altera o State para Stopping.

(Herdado de WorkflowRuntimeService)
ToString()
Obsoleto.

Retorna uma cadeia de caracteres que representa o objeto atual.

(Herdado de Object)

Aplica-se a