| Overload | Description |
|---|---|
| PeekByCorrelationId(String) | Peeks the message that matches the given correlation identifier and immediately raises an exception if no message with the specified correlation identifier currently exists in the queue. |
| PeekByCorrelationId(String,TimeSpan) | Peeks the message that matches the given correlation identifier and waits until either a message with the specified correlation identifier is available in the queue, or the time-out expires. |