SemysTransDeadServerProt |
01 | Mark a server for destruction. |
02 |
void SemysTransDeadServerProt(SemysServer *pServer); |
03 |
Parameters:
|
04 | This function is called at best as the last operation of the thread of the server, right after calling the SemysServerShutdownProt() callback of the user. |
05 | Calling this function will remove the server from the active list and put it to a dedicated list that will be cleaned up some time later (from another thread). |
06 | It is expected that this function is called at least on behalf of a callback to SemysTransServerTerminateProt(). |
07 |
Global Lock: Required Reference: SemysTransporter.h Implementation: Semys Library See Also: Transporter Sub-System, SemysTransServerTerminateProt(), SemysTransServerDestroyProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |