MessageLookupAction Enum

Definition

Specifies a message to peek at or receive from a message queue.

public enum MessageLookupAction
Inheritance
MessageLookupAction

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

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also