Share via


MsmqMessageProperty.AbortCount 속성

정의

트랜잭션에 참가한 메시지가 중단(즉, 채널 시도 - 1)된 횟수를 나타내는 Int32 값을 가져옵니다.

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

속성 값

채널이 이 메시지를 읽으려고 시도한 횟수를 나타내는 Int32 값입니다.

설명

이 속성은 포이즌 메시지 처리에 사용됩니다. 포이즌 메시지 처리에 대 한 자세한 내용은 참조 하세요. 포이즌 메시지 처리합니다.

적용 대상