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