Service1 Constructor
|
Initializes a new instance of the Service1 class. |
AutoLog (inherited from ServiceBase) | |
CanHandlePowerEvent (inherited from ServiceBase) | |
CanHandleSessionChangeEvent (inherited from ServiceBase) | |
CanPauseAndContinue (inherited from ServiceBase) | |
CanShutdown (inherited from ServiceBase) | |
CanStop (inherited from ServiceBase) | |
Container (inherited from Component) | |
EventLog (inherited from ServiceBase) | |
ExitCode (inherited from ServiceBase) | |
ServiceName (inherited from ServiceBase) | |
Site (inherited from Component) |
CreateObjRef (inherited from MarshalByRefObject) | |
Dispose (inherited from Component) | Overloaded. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetLifetimeService (inherited from MarshalByRefObject) | |
GetType (inherited from Object) | |
InitializeLifetimeService (inherited from MarshalByRefObject) | |
RequestAdditionalTime (inherited from ServiceBase) | |
ServiceMainCallback (inherited from ServiceBase) | |
Stop (inherited from ServiceBase) | |
ToString (inherited from Component) |
Disposed (inherited from Component) |
CanRaiseEvents (inherited from Component) | |
DesignMode (inherited from Component) | |
Events (inherited from Component) | |
ServiceHandle (inherited from ServiceBase) |
Dispose | Overloaded. Clean up any resources being used. |
Finalize (inherited from Component) | |
GetService (inherited from Component) | |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. |
MemberwiseClone (inherited from Object) | Overloaded. |
OnContinue | |
OnCustomCommand (inherited from ServiceBase) | |
OnPause | |
OnPowerEvent (inherited from ServiceBase) | |
OnSessionChange (inherited from ServiceBase) | |
OnShutdown | |
OnStart | When implemented in a derived class, executes when a Start command is sent to the service by the Service Control Manager (SCM) or when the operating system starts (for a service that starts automatically). Specifies actions to take when the service starts. |
OnStop | When implemented in a derived class, executes when a Stop command is sent to the service by the Service Control Manager (SCM). Specifies actions to take when a service stops running. |
Service1 Class | Arachnode.Service Namespace