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