MessageLookupAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a message to peek at or receive from a message queue.
public enum class MessageLookupAction
public enum MessageLookupAction
type MessageLookupAction =
Public Enum MessageLookupAction
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Current | 0 | Read the current message. |
Next | 1 | Read the following message. |
Previous | 2 | Read the preceding message. |
First | 4 | Read the first message in the queue. |
Last | 8 | Read the last message in the queue. |
Remarks
The MessageLookupAction enumeration enables you to specify a message to peek at or receive from a message queue.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.