Share via


Classe PublishNotificationCompleteEventArgs

 

Representa a notificação para publicar quando o argumento de evento está concluído.

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

Hierarquia de herança

System.Object
  System.EventArgs
    Microsoft.Workflow.Client.PublishNotificationCompleteEventArgs

Sintaxe

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

Construtores

Nome Descrição
System_CAPS_pubmethod PublishNotificationCompleteEventArgs(String, WorkflowNotification)

Inicializa uma nova instância da classe PublishNotificationCompleteEventArgs.

Propriedades

Nome Descrição
System_CAPS_pubproperty Address

Obtém o endereço de publicação.

System_CAPS_pubproperty Notification

Obtém o WorkflowNotification.

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