MsmqMessageProperty.DeliveryFailure Propriedade

Definição

Obtém um valor da enumeração DeliveryFailure que indica o motivo pelo qual a entrega da mensagem falhou.Gets a value from the DeliveryFailure enumeration that indicates why the message failed delivery.

public:
 property Nullable<System::ServiceModel::Channels::DeliveryFailure> DeliveryFailure { Nullable<System::ServiceModel::Channels::DeliveryFailure> get(); };
public System.ServiceModel.Channels.DeliveryFailure? DeliveryFailure { get; }
member this.DeliveryFailure : Nullable<System.ServiceModel.Channels.DeliveryFailure>
Public ReadOnly Property DeliveryFailure As Nullable(Of DeliveryFailure)

Valor da propriedade

Nullable<DeliveryFailure>

Um valor da DeliveryFailure enumeração que indica por que a mensagem falhou na entrega.A value from the DeliveryFailure enumeration that indicates why the message failed delivery. Pode ser null.May be null.

Comentários

Use essa propriedade junto com DeliveryStatus ao ler uma mensagem de uma fila de mensagens mortas para determinar por que a mensagem falhou na entrega.Use this property together with DeliveryStatus when reading a message from a dead-letter queue to determine why the message failed delivery.

Aplica-se a