1 write to queue
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (1)
31this.queue = queue;
3 references to queue
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (3)
45return queue; 87((ILockingQueue)this.queue).DeleteMessage(lookupId, helper.RemainingTime()); 129((ILockingQueue)this.queue).UnlockMessage(lookupId, helper.RemainingTime());