MessageLookupAction Enumeration
Specifies a message to peek at or receive from a message queue.
Syntax
'Declaration Public Enum MessageLookupAction Inherits System.Enum
'Usage Dim instance As MessageLookupAction
public enum MessageLookupAction : System.Enum
public enum class MessageLookupAction : public System.Enum
Members
Member | Description |
---|---|
Current | Read the current message. |
First | Read the first message in the queue. |
Last | Read the last message in the queue. |
Next | Read the following message. |
Previous | Read the preceding message. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
System.Messaging.MessageLookupAction
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