MsmqMessageProperty.DeliveryFailure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Property Value
A value from the DeliveryFailure enumeration that indicates why the message failed delivery. May be null
.
Remarks
Use this property together with DeliveryStatus when reading a message from a dead-letter queue to determine why the message failed delivery.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.