PeekAction 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.
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
Fields
Name | Value | Description |
---|---|---|
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.