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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.