Service :: Abort

01 Abort request for the service application.
02

[C++] virtual void Abort() = 0;
[C#] abstract void Abort();

03 This method should notify the Run() method to abort its work.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch ArchService Sub-System, Service, Run()

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