1 write to AbortCount
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
44
messageProperty.
AbortCount
= seen - 1;
2 references to AbortCount
System.ServiceModel (2)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
180
if (messageProperty.
AbortCount
<= this.ReceiveParameters.ReceiveRetryCount)
System\ServiceModel\Channels\Msmq4SubqueuePoisonHandler.cs (1)
23
if (messageProperty.
AbortCount
> this.receiver.MsmqReceiveParameters.ReceiveRetryCount)