Partager via


PublishNotificationCompleteEventArgs, classe

 

Représente la notification à publier à la fin de l'argument d'événement.

Espace de noms:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (dans Microsoft.Workflow.Client.dll)

Hiérarchie d'héritage

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

Syntaxe

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

Constructeurs

Nom Description
System_CAPS_pubmethod PublishNotificationCompleteEventArgs(String, WorkflowNotification)

Initialise une nouvelle instance de la classe PublishNotificationCompleteEventArgs.

Propriétés

Nom Description
System_CAPS_pubproperty Address

Obtient l'adresse de publication.

System_CAPS_pubproperty Notification

Obtient WorkflowNotification.

Méthodes

Nom Description
System_CAPS_pubmethod Equals(Object)

(Hérité de Object.)

System_CAPS_protmethod Finalize()

(Hérité de Object.)

System_CAPS_pubmethod GetHashCode()

(Hérité de Object.)

System_CAPS_pubmethod GetType()

(Hérité de Object.)

System_CAPS_protmethod MemberwiseClone()

(Hérité de Object.)

System_CAPS_pubmethod ToString()

(Hérité de Object.)

Sécurité des threads

Tous les membres statiques (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Microsoft.Workflow.Client, espace de noms

Retour au début