MsmqMessageProperty.AbortCount Property

Definition

Gets an Int32 value that indicates the number of times the message participated in the transaction that was aborted, that is, channel attempts - 1.

public:
 property int AbortCount { int get(); };
public int AbortCount { get; }
member this.AbortCount : int
Public ReadOnly Property AbortCount As Integer

Property Value

An Int32 value that indicates the number of times that the channel attempted to read this message.

Remarks

This property is used in poison-message handling. For more information about poison-message handling, see Poison Message Handling.

Applies to