IServerListener :: OnServerShutdown |
01 | This function will be called as callback from the server when it is being shut down. |
02 |
[C++] virtual void OnServerShutdown(Server *pServer) = 0; |
03 |
Parameters:
|
04 | This callback is on behalf of the SemysServerShutdownProt() callback. |
05 | The internal references of the server will be reset before it calls this function. It is safe to destroy the object within the callback. |
06 |
Global Lock: Required Reference: net::semys Implementation: Semys Architecture See Also: Arch Transporter Sub-System, IServerListener, SemysServerShutdownProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |