1 write to mainQueueForMove
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
61this.mainQueueForMove = new MsmqQueue(this.mainQueueName, UnsafeNativeMethods.MQ_MOVE_ACCESS);
3 references to mainQueueForMove
System.ServiceModel (3)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (3)
266if (null != this.mainQueueForMove) 267this.mainQueueForMove.Dispose(); 314this.retryQueueForPeek.TryMoveMessage(this.retryQueueMessage.LookupId.Value, this.mainQueueForMove, MsmqTransactionMode.Single);