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