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
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.