Chameleon and Iguana Plugin C# Class Libraries

LlpClient.StopMessageLoop Method 

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

LlpClient Class | iNTERFACEWARE.Chameleon Namespace