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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.