System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / MessageQueue Class


In This Topic
    MessageQueue Class Events
    In This Topic

    For a list of all members of this type, see MessageQueue members.

    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when a message is read without being removed from the queue. This is a result of the asynchronous operation, BeginPeek.  
    Public EventOccurs when a message has been removed from the queue. This event is raised by the asynchronous operation, BeginReceive.  
    Top
    See Also