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