Share via


Classe PublishNotificationErrorEventArgs

 

Fornece os dados para o evento de erro de notificação de publicação.

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

Hierarquia de herança

System.Object
  System.EventArgs
    Microsoft.Workflow.Client.PublishNotificationErrorEventArgs

Sintaxe

public class PublishNotificationErrorEventArgs : EventArgs
public ref class PublishNotificationErrorEventArgs : EventArgs
type PublishNotificationErrorEventArgs = 
    class
        inherit EventArgs
    end
Public Class PublishNotificationErrorEventArgs
    Inherits EventArgs

Construtores

Nome Descrição
System_CAPS_pubmethod PublishNotificationErrorEventArgs(String, WorkflowNotification, Exception, Boolean)

Inicializa uma nova instância da classe PublishNotificationErrorEventArgs.

Propriedades

Nome Descrição
System_CAPS_pubproperty Address

Obtém ou define o endereço no qual publicar.

System_CAPS_pubproperty Error

Obtém ou define o erro que causou a exceção.

System_CAPS_pubproperty Notification

Obtém ou define a notificação a publicar.

System_CAPS_pubproperty WillBeRetried

Obtém ou define o valor que indica se a notificação de publicação será retirada.

Métodos

Nome Descrição
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_pubmethod ToString()

(herdado de Object.)

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