MessageQueue.ReceiveByLookupId Method
.NET Framework 4.5
Introduced in MSMQ 3.0. Receives a specific message from the queue. The message can be specified by a lookup identifier or by its position at the front or end of the queue.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ReceiveByLookupId(Int64) | Introduced in MSMQ 3.0. Receives the message that matches the given lookup identifier from a non-transactional queue. |
|
ReceiveByLookupId(MessageLookupAction, Int64, MessageQueueTransaction) | Introduced in MSMQ 3.0. Receives a specific message from a transactional queue. The message can be specified by a lookup identifier or by its position at the front or end of the queue. |
|
ReceiveByLookupId(MessageLookupAction, Int64, MessageQueueTransactionType) | Introduced in MSMQ 3.0. Receives a specific message from the queue, using the specified transaction context. The message can be specified by a lookup identifier or by its position at the front or end of the queue. |