ChannelManagerService Classe

Definição

Cuidado

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

Fornece funcionalidade para construir canais do lado do cliente, canais de cache e fábricas de canais.

public ref class ChannelManagerService sealed : System::Workflow::Runtime::Hosting::WorkflowRuntimeService
public sealed class ChannelManagerService : System.Workflow.Runtime.Hosting.WorkflowRuntimeService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ChannelManagerService : System.Workflow.Runtime.Hosting.WorkflowRuntimeService
type ChannelManagerService = class
    inherit WorkflowRuntimeService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ChannelManagerService = class
    inherit WorkflowRuntimeService
Public NotInheritable Class ChannelManagerService
Inherits WorkflowRuntimeService
Herança
ChannelManagerService
Atributos

Comentários

Note

Esse material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5.

O ChannelManagerService responsável por criar um canal para um SendActivity com base no token de canal definido na atividade.ChannelToken

Construtores

Nome Description
ChannelManagerService()
Obsoleto.

Inicializa uma nova instância da classe ChannelManagerService.

ChannelManagerService(ChannelPoolSettings, IList<ServiceEndpoint>)
Obsoleto.

Inicializa uma nova instância da classe ChannelManagerService.

ChannelManagerService(ChannelPoolSettings)
Obsoleto.

Inicializa uma nova instância da classe ChannelManagerService.

ChannelManagerService(IList<ServiceEndpoint>)
Obsoleto.

Inicializa uma nova instância da classe ChannelManagerService.

ChannelManagerService(NameValueCollection)
Obsoleto.

Inicializa uma nova instância da classe ChannelManagerService.

Propriedades

Nome Description
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

Nome Description
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)
GetType()
Obsoleto.

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()
Obsoleto.

Cria uma cópia superficial do Objectatual.

(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 Started evento.

(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 Stopped evento.

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

Aciona o evento ServicesExceptionNotHandled.

(Herdado de WorkflowRuntimeService)
Start()
Obsoleto.

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

(Herdado de WorkflowRuntimeService)
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