Compartir a través de


PublishNotificationCompleteEventArgs (Clase)

 

Representa la notificación que se va a publicar cuando se complete el argumento del evento.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Jerarquía de herencia

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

Sintaxis

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

Constructores

Nombre Descripción
System_CAPS_pubmethod PublishNotificationCompleteEventArgs(String, WorkflowNotification)

Inicializa una nueva instancia de la clase PublishNotificationCompleteEventArgs.

Propiedades

Nombre Descripción
System_CAPS_pubproperty Address

Obtiene la dirección de publicación.

System_CAPS_pubproperty Notification

Obtiene la WorkflowNotification.

Métodos

Nombre Descripción
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_pubmethod ToString()

(Heredado de Object.)

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