[This is preliminary documentation and is subject to change.]
Get a copy of the list of received and send messages of the contained Threads.
Note that received and send messages may have been removed from this list using the
RemoveMessage or ClearMessages methods of the contained Threads.
| C# | Visual Basic | Visual C++ |
public MessageCollection Messages { get; }
Public ReadOnly Property Messages As MessageCollection
public: property MessageCollection^ Messages { MessageCollection^ get (); }