MsmqMessageProperty.AbortCount 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 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.