Share via


WorkflowNotificationPublisher (Clase)

 

Representa un editor de notificación de flujo de trabajo.

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 abstract class WorkflowNotificationPublisher
public ref class WorkflowNotificationPublisher abstract 
[<AbstractClass>]
type WorkflowNotificationPublisher = class end
Public MustInherit Class WorkflowNotificationPublisher

Constructores

Nombre Descripción
System_CAPS_pubmethod WorkflowNotificationPublisher()

Inicializa una nueva instancia de la clase WorkflowNotificationPublisher.

Métodos

Nombre Descripción
System_CAPS_pubmethod Abort()

Aborta la notificación de publicación.

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.

System_CAPS_protmethod EndPublishNotificationWithRetry(IAsyncResult)

Finaliza una notificación de publicación asincrónica cuando vuelve a intentar.

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.

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

Genera el evento PublishNotification.

System_CAPS_protmethod OnStart()

Genera el evento Start.

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

Publica la notificación en la dirección especificada.

System_CAPS_protmethod ReportPublisherError(PublisherErrorEventArgs)

Informa del error del editor a todos los controladores registrados del evento PublisherError.

System_CAPS_protmethod ReportPublishNotificationComplete(PublishNotificationCompleteEventArgs)

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

System_CAPS_protmethod ReportPublishNotificationError(PublishNotificationErrorEventArgs)

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

System_CAPS_pubmethod Start()

Inicia el editor de notificación.

System_CAPS_pubmethod ToString()

(Heredado de Object.)

Eventos

Nombre Descripción
System_CAPS_pubevent PublisherError

Se produce cuando hay un error del editor.

System_CAPS_pubevent PublishNotificationComplete

Se produce cuando se completa la notificación de publicación.

System_CAPS_pubevent PublishNotificationError

Se produce cuando hay un error de notificación de publicación.

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