Share via


Classe WorkflowNotificationPublisher

 

Representa um publicador de notificações de workflow.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (em Microsoft.Workflow.Client.dll)

Hierarquia de herança

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

Sintaxe

public abstract class WorkflowNotificationPublisher
public ref class WorkflowNotificationPublisher abstract 
[<AbstractClass>]
type WorkflowNotificationPublisher = class end
Public MustInherit Class WorkflowNotificationPublisher

Construtores

Nome Descrição
System_CAPS_pubmethod WorkflowNotificationPublisher()

Inicializa uma nova instância da classe WorkflowNotificationPublisher.

Métodos

Nome Descrição
System_CAPS_pubmethod Abort()

Aborta a notificação de publicação.

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

Inicia uma notificação de publicação assíncrona com nova tentativa.

System_CAPS_protmethod EndPublishNotificationWithRetry(IAsyncResult)

Conclui uma notificação de publicação assíncrona com nova tentativa.

System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_protmethod Finalize()

(herdado de Object.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_protmethod MemberwiseClone()

(herdado de Object.)

System_CAPS_protmethod OnAbort()

Gera o Abort evento.

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

Gera o PublishNotification evento.

System_CAPS_protmethod OnStart()

Gera o Start evento.

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

Publica a notificação no endereço especificado.

System_CAPS_protmethod ReportPublisherError(PublisherErrorEventArgs)

Relata o erro do publicador para todos os manipuladores registrados do evento PublisherError.

System_CAPS_protmethod ReportPublishNotificationComplete(PublishNotificationCompleteEventArgs)

Relata o erro de notificação de publicação para todos os manipuladores registrados do evento PublishNotificationComplete.

System_CAPS_protmethod ReportPublishNotificationError(PublishNotificationErrorEventArgs)

Relata o erro de notificação de publicação para todos os manipuladores registrados do evento PublishNotificationError.

System_CAPS_pubmethod Start()

Inicia o publicador de notificação.

System_CAPS_pubmethod ToString()

(herdado de Object.)

Eventos

Nome Descrição
System_CAPS_pubevent PublisherError

Ocorre quando há um erro de publicador.

System_CAPS_pubevent PublishNotificationComplete

Ocorre quando a notificação de publicação é concluída.

System_CAPS_pubevent PublishNotificationError

Ocorre quando há um erro de notificação de publicação.

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.Workflow.Client

Retornar ao topo