2 references to TryReceiveByLookupId
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqQueue.cs (1)
444
return this.
TryReceiveByLookupId
(lookupId, message, transactionMode, UnsafeNativeMethods.MQ_LOOKUP_RECEIVE_CURRENT);
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
167
lookupIdReceiveResult = this.lockQueueForReceive.
TryReceiveByLookupId
(lookupId, message, MsmqTransactionMode.None, UnsafeNativeMethods.MQ_LOOKUP_PEEK_CURRENT);