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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.