1 write to retryQueueForMove
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
64this.retryQueueForMove = new MsmqQueue(this.retryQueueName, UnsafeNativeMethods.MQ_MOVE_ACCESS);
4 references to retryQueueForMove
System.ServiceModel (4)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (4)
156MsmqReceiveHelper.MoveReceivedMessage(this.lockQueueForReceive, this.retryQueueForMove, messageProperty.LookupId); 199MsmqReceiveHelper.MoveReceivedMessage(this.mainQueue, this.retryQueueForMove, messageProperty.LookupId); 262if (null != this.retryQueueForMove) 263this.retryQueueForMove.Dispose();