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;
[C#] void OnServerShutdown(Server server);

03 Parameters:
  • pServer / server: The server calling this function.
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.