Classe HttpWorkflowNotificationPublisher

 

Representa o publicador de notificações de workflow HTTP.

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 class HttpWorkflowNotificationPublisher : WorkflowNotificationPublisher
public ref class HttpWorkflowNotificationPublisher : WorkflowNotificationPublisher
type HttpWorkflowNotificationPublisher = 
    class
        inherit WorkflowNotificationPublisher
    end
Public Class HttpWorkflowNotificationPublisher
    Inherits WorkflowNotificationPublisher

Construtores

Nome Descrição
System_CAPS_pubmethod HttpWorkflowNotificationPublisher()

Inicializa uma nova instância da classe HttpWorkflowNotificationPublisher.

Métodos

Nome Descrição
System_CAPS_pubmethod Abort()

Aborta a notificação de publicação.(herdado de WorkflowNotificationPublisher.)

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

Inicia uma notificação de publicação assíncrona com nova tentativa.(herdado de WorkflowNotificationPublisher.)

System_CAPS_protmethod EndPublishNotificationWithRetry(IAsyncResult)

Conclui uma notificação de publicação assíncrona com nova tentativa.(herdado de WorkflowNotificationPublisher.)

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.(herdado de WorkflowNotificationPublisher.)

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

Gera o PublisherNotification evento.(Substitui WorkflowNotificationPublisher.OnPublishNotification(String, WorkflowNotification, ICredentials, String, Guid, TimeSpan).)

System_CAPS_protmethod OnStart()

Gera o Start evento.(herdado de WorkflowNotificationPublisher.)

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

Publica a notificação no endereço especificado.(herdado de WorkflowNotificationPublisher.)

System_CAPS_protmethod ReportPublisherError(PublisherErrorEventArgs)

Relata o erro do publicador para todos os manipuladores registrados do evento PublisherError.(herdado de WorkflowNotificationPublisher.)

System_CAPS_protmethod ReportPublishNotificationComplete(PublishNotificationCompleteEventArgs)

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

System_CAPS_protmethod ReportPublishNotificationError(PublishNotificationErrorEventArgs)

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

System_CAPS_pubmethod Start()

Inicia o publicador de notificação.(herdado de WorkflowNotificationPublisher.)

System_CAPS_pubmethod ToString()

(herdado de Object.)

Eventos

Nome Descrição
System_CAPS_pubevent PublisherError

Ocorre quando há um erro de publicador.(herdado de WorkflowNotificationPublisher.)

System_CAPS_pubevent PublishNotificationComplete

Ocorre quando a notificação de publicação é concluída.(herdado de WorkflowNotificationPublisher.)

System_CAPS_pubevent PublishNotificationError

Ocorre quando há um erro de notificação de publicação.(herdado de WorkflowNotificationPublisher.)

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