Chameleon and Iguana Plugin C# Class Libraries

LlpServer.RunMessageLoop Method 

On Windows platforms all events are dispatched using the Windows message loop.

[Visual Basic]
Public Shared Sub RunMessageLoop()
[C#]
public static void RunMessageLoop();

Remarks

Graphical Windows applications contain a running Windows message loop; therefore, this function will not need to be called. Console applications require this function to be called in order to start receiving events.

Throws: Function will throw an exception only if the operating system reports an error.
Blocking: Function will block until StopMessageLoop is called, or (Windows only) a WM_QUIT message is posted to the message loop on the thread that the networking components are running on.

See Also

LlpServer Class | iNTERFACEWARE.Chameleon Namespace