[This is preliminary documentation and is subject to change.]
Implements the loop that loops through the received messages and tries to
handle them with the implementation of a descendant of this class and
attached MessageHandlers.
This method will be executed in a seperate thread when the Start method is called on
an instance of this class.
| C# | Visual Basic | Visual C++ |
protected override void Execute()
Protected Overrides Sub Execute
protected: virtual void Execute() override