2 references to TryReceiveByLookupId
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
201
result = queue.
TryReceiveByLookupId
(messageProperty.LookupId, emptyMessage, MsmqTransactionMode.CurrentOrThrow);
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
195
receiveResult = this.lockQueueForReceive.
TryReceiveByLookupId
(lookupId, emptyMessage, MsmqTransactionMode.CurrentOrNone);