Service :: Destructor

01 Cleanup
02

[C++] ~Service();

03 The ArchContext that was created during construction is destroyed here. The TraceListener that had been created with CreateMainTraceListener() will be destroyed afterwards.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch ArchService Sub-System, Service, CreateMainTraceListener()

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