run


Description:

[ Version ( deprecated = true ) ]
public void run ()

Warning: run is deprecated.

Starts this, if you are using the old API, causing it to listen for and process incoming connections.

Note:

When using listen, etc, the server will always listen for connections, and will process them whenever the thread-default MainContext is running.

Unlike run_async, this creates a MainLoop and runs it, and it will not return until someone calls quit to stop the server.

Parameters:

this

a Server