System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / MessageQueue Class / ReceiveByLookupId Method



In This Topic
    ReceiveByLookupId Method
    In This Topic
    Introduced in MSMQ 3.0. Receives the message that matches the given lookup identifier from a non-transactional queue.
    Overload List
    OverloadDescription
    Introduced in MSMQ 3.0. Receives the message that matches the given lookup identifier from a non-transactional queue.  
    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.  
    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.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also