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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.