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