Share via


WorkflowNotification.MessageId Propriedade

 

Obtém ou define MessageId.

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

Sintaxe

[DataMemberAttribute(EmitDefaultValue = false)]
public Guid MessageId {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Guid MessageId {
    [CompilerGeneratedAttribute]
    Guid get();
    [CompilerGeneratedAttribute]
    void set(Guid value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member MessageId : Guid with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property MessageId As Guid

Valor de propriedade

Type: System.Guid

MessageId é usado para oferecer suporte a idempotência.

Consulte também

Classe WorkflowNotification
Namespace Microsoft.Workflow.Client

Retornar ao topo