2 references to TryPeek
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
250
return (MsmqQueue.ReceiveResult.Timeout != this.queue.
TryPeek
(message, timeout));
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
338
result = lockQueue.
TryPeek
(message, TimeSpan.FromSeconds(0));