Arch Sub-System: ArchService

01 This is the base class for a Semys Arch service application.
02

[C++] class Service
[C#] abstract class Service: ServiceBase, IRunnable

03

Public Methods

TypeNameDescription
Constructor() Constructs an object
[C++] Destructor() Cleanup
boolShouldRun() Returns live status
boolIsConsoleMode() True if service was started in console mode
string[C++] GetServiceName() Name of the service
intServiceMain() Main entry for the service application
voidRun() Main method for the service application
voidAbort() Abort request for the service application
04

Protected Methods

TypeNameDescription
boolHandleParams() Parameter handling
voidCreateMainTraceListener() TraceListener initialization
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch ArchService Sub-System

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