PeekAction Enum

Definition

Indicates whether to peek the current message in a queue, or the next message.

public enum class PeekAction
public enum PeekAction
type PeekAction = 
Public Enum PeekAction
Inheritance
PeekAction

Fields

Current -2147483648

Peek at the current message in the queue.

Next -2147483647

Peek at the next message in the queue.

Remarks

Use the PeekAction enumeration with BeginPeek(TimeSpan, Cursor, PeekAction, Object, AsyncCallback) and Peek(TimeSpan, Cursor, PeekAction) to indicate whether you want to peek at the current message in the queue, or the next message.

Applies to