ChannelManagerService Clase

Definición

Precaución

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

Proporciona funcionalidad para construir canales del lado cliente, canales de almacenamiento en caché y generadores de canales.

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
Herencia
ChannelManagerService
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.

ChannelManagerService es responsable de crear un canal para un SendActivity basado en el token de canal definido en la actividadChannelToken.

Constructores

Nombre Description
ChannelManagerService()
Obsoletos.

Inicializa una nueva instancia de la clase ChannelManagerService.

ChannelManagerService(ChannelPoolSettings, IList<ServiceEndpoint>)
Obsoletos.

Inicializa una nueva instancia de la clase ChannelManagerService.

ChannelManagerService(ChannelPoolSettings)
Obsoletos.

Inicializa una nueva instancia de la clase ChannelManagerService.

ChannelManagerService(IList<ServiceEndpoint>)
Obsoletos.

Inicializa una nueva instancia de la clase ChannelManagerService.

ChannelManagerService(NameValueCollection)
Obsoletos.

Inicializa una nueva instancia de la clase ChannelManagerService.

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
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)
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)
Start()
Obsoletos.

Cuando se reemplaza en una clase derivada, inicia el servicio y cambia a StateStarting.

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