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



In This Topic
    MessagePriority Enumeration
    In This Topic
    Specifies the priority Message Queuing applies to a message while it is en route to a queue, and when inserting the message into the destination queue.
    Syntax
    'Declaration
     
    
    Public Enum MessagePriority 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MessagePriority
    public enum MessagePriority : System.Enum 
    public enum class MessagePriority : public System.Enum 
    Members
    MemberDescription
    AboveNormalBetween High and Normal message priority.
    HighHigh message priority.
    HighestHighest message priority.
    LowLow message priority.
    LowestLowest message priority.
    NormalNormal message priority.
    VeryHighBetween Highest and High message priority.
    VeryLowBetween Low and Lowest message priority.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             System.Messaging.MessagePriority

    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