1 write to poisonQueue
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
63this.poisonQueue = new MsmqQueue(this.poisonQueueName, UnsafeNativeMethods.MQ_MOVE_ACCESS);
3 references to poisonQueue
System.ServiceModel (3)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (3)
241MsmqReceiveHelper.MoveReceivedMessage(disposeFromQueue, this.poisonQueue, messageProperty.LookupId); 264if (null != this.poisonQueue) 265this.poisonQueue.Dispose();