Partager via


WorkflowNotification, classe

 

Notification envoyée à Microsoft Azure Workflow pour l'activation et la messagerie pub-sub.

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.WorkflowNotification

Syntaxe

[KnownTypeAttribute("GetKnownTypesForContent")]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public class WorkflowNotification
[KnownTypeAttribute("GetKnownTypesForContent")]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public ref class WorkflowNotification 
[<KnownTypeAttribute("GetKnownTypesForContent")>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
type WorkflowNotification = class end
<KnownTypeAttribute("GetKnownTypesForContent")>
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class WorkflowNotification

Constructeurs

Nom Description
System_CAPS_pubmethod WorkflowNotification()

Initialise une nouvelle instance de la classe WorkflowNotification.

Propriétés

Nom Description
System_CAPS_pubproperty Content

Obtient ou définit Content.

System_CAPS_pubproperty MessageId

Obtient ou définit MessageId.

System_CAPS_pubproperty Properties

Obtient la collection de propriétés.

System_CAPS_pubproperty RequestorId

Obtient ou définit RequestorId.

System_CAPS_pubproperty SecurityTokens

Obtient la collection SecurityTokens.

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