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