Partager via


WorkflowNotificationPublisher, classe

 

Représente un éditeur de notifications de workflow.

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

Hiérarchie d'héritage

System.Object
  Microsoft.Workflow.Client.WorkflowNotificationPublisher
    Microsoft.Workflow.Client.HttpWorkflowNotificationPublisher

Syntaxe

public abstract class WorkflowNotificationPublisher
public ref class WorkflowNotificationPublisher abstract 
[<AbstractClass>]
type WorkflowNotificationPublisher = class end
Public MustInherit Class WorkflowNotificationPublisher

Constructeurs

Nom Description
System_CAPS_pubmethod WorkflowNotificationPublisher()

Initialise une nouvelle instance de la classe WorkflowNotificationPublisher.

Méthodes

Nom Description
System_CAPS_pubmethod Abort()

Interrompt la notification de publication.

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

Commence une notification de publication asynchrone avec nouvelle tentative.

System_CAPS_protmethod EndPublishNotificationWithRetry(IAsyncResult)

Termine une notification de publication asynchrone avec nouvelle tentative.

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_protmethod OnAbort()

Déclenche l'événement Abort.

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

Déclenche l'événement PublishNotification.

System_CAPS_protmethod OnStart()

Déclenche l'événement Start.

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

Publie la notification vers l'adresse spécifiée.

System_CAPS_protmethod ReportPublisherError(PublisherErrorEventArgs)

Signale l'erreur d'éditeur à tous les gestionnaires inscrits de l'événement PublisherError.

System_CAPS_protmethod ReportPublishNotificationComplete(PublishNotificationCompleteEventArgs)

Signale la notification de publication terminée à tous les gestionnaires inscrits de l'événement PublishNotificationComplete.

System_CAPS_protmethod ReportPublishNotificationError(PublishNotificationErrorEventArgs)

Signale une erreur de notification de publication à tous les gestionnaires inscrits de l'événement PublishNotificationError.

System_CAPS_pubmethod Start()

Démarre l'éditeur de notification.

System_CAPS_pubmethod ToString()

(Hérité de Object.)

Événements

Nom Description
System_CAPS_pubevent PublisherError

Se produit lorsqu'il existe une erreur d'éditeur.

System_CAPS_pubevent PublishNotificationComplete

Se produit à la fin de la notification de publication.

System_CAPS_pubevent PublishNotificationError

Se produit lorsqu'il existe une erreur de notification de publication.

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