Compartir a través de


HttpWorkflowNotificationPublisher (Clase)

 

Representa el editor de notificación de flujo de trabajo HTTP.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Jerarquía de herencia

System.Object
  Microsoft.Workflow.Client.WorkflowNotificationPublisher
    Microsoft.Workflow.Client.HttpWorkflowNotificationPublisher

Sintaxis

public class HttpWorkflowNotificationPublisher : WorkflowNotificationPublisher
public ref class HttpWorkflowNotificationPublisher : WorkflowNotificationPublisher
type HttpWorkflowNotificationPublisher = 
    class
        inherit WorkflowNotificationPublisher
    end
Public Class HttpWorkflowNotificationPublisher
    Inherits WorkflowNotificationPublisher

Constructores

Nombre Descripción
System_CAPS_pubmethod HttpWorkflowNotificationPublisher()

Inicializa una nueva instancia de la clase HttpWorkflowNotificationPublisher.

Métodos

Nombre Descripción
System_CAPS_pubmethod Abort()

Aborta la notificación de publicación.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_protmethod BeginPublishNotificationWithRetry(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan, AsyncCallback, Object)

Comienza una notificación de publicación asincrónica cuando vuelve a intentar.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_protmethod EndPublishNotificationWithRetry(IAsyncResult)

Finaliza una notificación de publicación asincrónica cuando vuelve a intentar.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_pubmethod Equals(Object)

(Heredado de Object.)

System_CAPS_protmethod Finalize()

(Heredado de Object.)

System_CAPS_pubmethod GetHashCode()

(Heredado de Object.)

System_CAPS_pubmethod GetType()

(Heredado de Object.)

System_CAPS_protmethod MemberwiseClone()

(Heredado de Object.)

System_CAPS_protmethod OnAbort()

Genera el evento Abort.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_protmethod OnPublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

Genera el evento PublisherNotification.(Reemplaza a WorkflowNotificationPublisher.OnPublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)).

System_CAPS_protmethod OnStart()

Genera el evento Start.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_pubmethod PublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

Publica la notificación en la dirección especificada.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_protmethod ReportPublisherError(PublisherErrorEventArgs)

Informa del error del editor a todos los controladores registrados del evento PublisherError.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_protmethod ReportPublishNotificationComplete(PublishNotificationCompleteEventArgs)

Informa del error de notificación de publicación completado a todos los controladores registrados del evento PublishNotificationComplete.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_protmethod ReportPublishNotificationError(PublishNotificationErrorEventArgs)

Informa del error de notificación de publicación a todos los controladores registrados del evento PublishNotificationError.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_pubmethod Start()

Inicia el editor de notificación.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_pubmethod ToString()

(Heredado de Object.)

Eventos

Nombre Descripción
System_CAPS_pubevent PublisherError

Se produce cuando hay un error del editor.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_pubevent PublishNotificationComplete

Se produce cuando se completa la notificación de publicación.(Heredado de WorkflowNotificationPublisher.)

System_CAPS_pubevent PublishNotificationError

Se produce cuando hay un error de notificación de publicación.(Heredado de WorkflowNotificationPublisher.)

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.

Vea también

Microsoft.Workflow.Client (Espacio de nombres)

Volver al principio