startServer

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void startServer(ushort port, int businessThreads, ushort protocolMagic, RequestCallback onRequest, OnSendCompleted onSendCompleted)
  2. void startServer(ushort port, ushort protocolMagic, RequestCallback onRequest, OnSendCompleted onSendCompleted, int businessThreads, int workerThreads)
  3. void startServer(string host, ushort port, ushort protocolMagic, RequestCallback onRequest, OnSendCompleted onSendCompleted, int businessThreads, int workerThreads)
    void
    startServer
    (
    const string host
    ,
    const ushort port
    ,
    const ushort protocolMagic
    ,,
    OnSendCompleted onSendCompleted
    ,
    const int businessThreads = 0
    ,
    const int workerThreads = 0
    )

Meta