Classe WorkflowNotification

 

Notifica inviata a Microsoft Azure Workflow per la messaggistica e l'attivazione della pubblicazione/sottoscrizione.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Gerarchia di ereditarietà

System.Object
  Microsoft.Workflow.Client.WorkflowNotification

Sintassi

[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

Costruttori

Nome Descrizione
System_CAPS_pubmethod WorkflowNotification()

Inizializza una nuova istanza della classe WorkflowNotification.

Proprietà

Nome Descrizione
System_CAPS_pubproperty Content

Ottiene o imposta Content.

System_CAPS_pubproperty MessageId

Ottiene o imposta MessageId.

System_CAPS_pubproperty Properties

Ottiene la raccolta Properties.

System_CAPS_pubproperty RequestorId

Ottiene o imposta RequestorId.

System_CAPS_pubproperty SecurityTokens

Ottiene la raccolta SecurityTokens.

Metodi

Nome Descrizione
System_CAPS_pubmethod Equals(Object)

(Ereditato da Object.)

System_CAPS_protmethod Finalize()

(Ereditato da Object.)

System_CAPS_pubmethod GetHashCode()

(Ereditato da Object.)

System_CAPS_pubmethod GetType()

(Ereditato da Object.)

System_CAPS_protmethod MemberwiseClone()

(Ereditato da Object.)

System_CAPS_pubmethod ToString()

(Ereditato da Object.)

Codice thread safe

Eventuali membri pubblici statici (Shared in Visual Basic) di questo tipo sono thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio