This topic has not yet been rated - Rate this topic

MessageQueue.ReceiveByLookupId Method

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
Public method ReceiveByLookupId(Int64) Introduced in MSMQ 3.0. Receives the message that matches the given lookup identifier from a non-transactional queue.
Public method 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.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.