arachnode.net

Service1 Methods

The methods of the Service1 class are listed below. For a complete list of Service1 class members, see the Service1 Members topic.

Public Instance Methods

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) 

Protected Instance Methods

DisposeOverloaded. 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.

See Also

Service1 Class | Arachnode.Service Namespace