Server :: Dispose |
01 | IDisposable implementation; Destroys the server if it is still active. |
02 |
[C#] void Dispose(); |
03 | If the server is still active, the method enters GlobalLock and calls DestroyProt(). |
04 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch Transporter Sub-System, Server DestroyProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |