MessageLookupAction Перечисление
Определение
Задает сообщение, считываемое или получаемое из очереди сообщений.Specifies a message to peek at or receive from a message queue.
public enum class MessageLookupAction
public enum MessageLookupAction
type MessageLookupAction =
Public Enum MessageLookupAction
- Наследование
Поля
Current | 0 | Читает текущее сообщение.Read the current message. |
First | 4 | Читает первое сообщение в очереди.Read the first message in the queue. |
Last | 8 | Читает последнее сообщение в очереди.Read the last message in the queue. |
Next | 1 | Читает следующее сообщение.Read the following message. |
Previous | 2 | Читает предыдущее сообщение.Read the preceding message. |
Комментарии
MessageLookupActionПеречисление позволяет указать сообщение для просмотра или получения из очереди сообщений.The MessageLookupAction enumeration enables you to specify a message to peek at or receive from a message queue.