System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / PeekAction Enumeration



In This Topic
    PeekAction Enumeration
    In This Topic
    Indicates whether to peek the current message in a queue, or the next message.
    Syntax
    'Declaration
     
    
    Public Enum PeekAction 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PeekAction
    public enum PeekAction : System.Enum 
    public enum class PeekAction : public System.Enum 
    Members
    MemberDescription
    CurrentPeek at the current message in the queue.
    NextPeek at the next message in the queue.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             System.Messaging.PeekAction

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also