IGathererListener :: OnGathShutdown

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

[C++] virtual void OnGathShutdown(Gatherer *pGath) = 0;
[C#] void OnGathShutdown(Gatherer gath);

03 Parameters:
  • pGath / gath: The gatherer calling this function.
04 This callback is on behalf of the SemysConnShutdownProt() callback.
05 Before this function is called, the gatherer calls DestroyProt() on itself, making it available for new application.
06 Global Lock: Required
Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Transporter Sub-System, IGathererListener, SemysConnShutdownProt()

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