Classe WorkflowNotification

 

Notificação enviada para o Microsoft Azure Workflow para o sistema de mensagens e ativação pub-sub.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (em Microsoft.Workflow.Client.dll)

Hierarquia de herança

System.Object
  Microsoft.Workflow.Client.WorkflowNotification

Sintaxe

[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

Construtores

Nome Descrição
System_CAPS_pubmethod WorkflowNotification()

Inicializa uma nova instância da classe WorkflowNotification.

Propriedades

Nome Descrição
System_CAPS_pubproperty Content

Obtém ou define Content.

System_CAPS_pubproperty MessageId

Obtém ou define MessageId.

System_CAPS_pubproperty Properties

Obtém a coleção de Properties.

System_CAPS_pubproperty RequestorId

Obtém ou define RequestorId.

System_CAPS_pubproperty SecurityTokens

Obtém a coleção de SecurityTokens.

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_protmethod Finalize()

(herdado de Object.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_protmethod MemberwiseClone()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(herdado de Object.)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.Workflow.Client

Retornar ao topo