Chameleon and Iguana Plugin C# Class Libraries

LlpServer.StopMessageLoop Method 

This will send a quit message to the thread that the networking components are running on.

[Visual Basic]
Public Sub StopMessageLoop()
[C#]
public void StopMessageLoop();

Remarks

Under Windows, this is a WM_QUIT message. All the networking components must be created on a single thread with a running message loop. For more information, see the RunMessageLoop method.

See Also

LlpServer Class | iNTERFACEWARE.Chameleon Namespace