IConnectionListener :: OnConnShutdown

01 This function will be called as callback from the connection when it was being shut down.
02

[C++] virtual void OnConnShutdown(Connection *pConn) = 0;
[C#] void OnConnShutdown(Connection conn);

03 Parameters:
  • pConn / conn: The connection calling this function.
04 This callback is on behalf of the SemysConnShutdownProt() callback.
05 Global Lock: Required
Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Transporter Sub-System, IConnectionListener, SemysConnShutdownProt()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.