Click or drag to resize
ELIS

ELISKalenderService Klasse

Einsatzleit- & Informationssystem
ELIS Kalender Service
Vererbungshierarchie

Namensraum:  ELIS.ELISKalenderService
Assembly:  ELISKalenderService (in ELISKalenderService.exe) Version: 3.7.8514.19283
Syntax
public class ELISKalenderService : ServiceBase

Der ELISKalenderService Typ exponiert die folgenden Member.

Konstruktoren
  NameBeschreibung
Public MethodeELISKalenderService
ELIS Kalender Service
Zurück nach oben
Eigenschaften
  NameBeschreibung
Public EigenschaftAutoLog
Indicates whether to report Start, Stop, Pause, and Continue commands in the event log.
(Vererbt von ServiceBase.)
Public EigenschaftCanHandlePowerEvent
Gets or sets a value indicating whether the service can handle notifications of computer power status changes.
(Vererbt von ServiceBase.)
Public EigenschaftCanHandleSessionChangeEvent
Gets or sets a value that indicates whether the service can handle session change events received from a Terminal Server session.
(Vererbt von ServiceBase.)
Public EigenschaftCanPauseAndContinue
Gets or sets a value indicating whether the service can be paused and resumed.
(Vererbt von ServiceBase.)
Protected EigenschaftCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Vererbt von Component.)
Public EigenschaftCanShutdown
Gets or sets a value indicating whether the service should be notified when the system is shutting down.
(Vererbt von ServiceBase.)
Public EigenschaftCanStop
Gets or sets a value indicating whether the service can be stopped once it has started.
(Vererbt von ServiceBase.)
Public EigenschaftContainer
Gets the IContainer that contains the Component.
(Vererbt von Component.)
Protected EigenschaftDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Vererbt von Component.)
Public EigenschaftEventLog
Gets an event log you can use to write notification of service command calls, such as Start and Stop, to the Application event log.
(Vererbt von ServiceBase.)
Protected EigenschaftEvents
Gets the list of event handlers that are attached to this Component.
(Vererbt von Component.)
Public EigenschaftExitCode
Gets or sets the exit code for the service.
(Vererbt von ServiceBase.)
Protected EigenschaftServiceHandle
Gets the service control handle for the service.
(Vererbt von ServiceBase.)
Public EigenschaftServiceName
Gets or sets the short name used to identify the service to the system.
(Vererbt von ServiceBase.)
Public EigenschaftSite
Gets or sets the ISite of the Component.
(Vererbt von Component.)
Zurück nach oben
Methoden
  NameBeschreibung
Public MethodeCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Vererbt von MarshalByRefObject.)
Public MethodeDispose
Releases all resources used by the Component.
(Vererbt von Component.)
Protected MethodeDispose(Boolean)
Clean up any resources being used.
(Überschreibt ServiceBaseDispose(Boolean).)
Public MethodeEquals
Determines whether the specified object is equal to the current object.
(Vererbt von Object.)
Protected MethodeFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Vererbt von Component.)
Public MethodeGetHashCode
Serves as the default hash function.
(Vererbt von Object.)
Public MethodeGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Vererbt von MarshalByRefObject.)
Protected MethodeGetService
Returns an object that represents a service provided by the Component or by its Container.
(Vererbt von Component.)
Public MethodeGetType
Gets the Type of the current instance.
(Vererbt von Object.)
Public MethodeInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Vererbt von MarshalByRefObject.)
Protected MethodeMemberwiseClone
Creates a shallow copy of the current Object.
(Vererbt von Object.)
Protected MethodeMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Vererbt von MarshalByRefObject.)
Protected MethodeOnContinue
When implemented in a derived class, OnContinue runs when a Continue command is sent to the service by the Service Control Manager (SCM). Specifies actions to take when a service resumes normal functioning after being paused.
(Vererbt von ServiceBase.)
Protected MethodeOnCustomCommand
When implemented in a derived class, OnCustomCommand(Int32) executes when the Service Control Manager (SCM) passes a custom command to the service. Specifies actions to take when a command with the specified parameter value occurs.
(Vererbt von ServiceBase.)
Protected MethodeOnPause
When implemented in a derived class, executes when a Pause command is sent to the service by the Service Control Manager (SCM). Specifies actions to take when a service pauses.
(Vererbt von ServiceBase.)
Protected MethodeOnPowerEvent
When implemented in a derived class, executes when the computer's power status has changed. This applies to laptop computers when they go into suspended mode, which is not the same as a system shutdown.
(Vererbt von ServiceBase.)
Protected MethodeOnSessionChange
Executes when a change event is received from a Terminal Server session.
(Vererbt von ServiceBase.)
Protected MethodeOnShutdown
When implemented in a derived class, executes when the system is shutting down. Specifies what should occur immediately prior to the system shutting down.
(Vererbt von ServiceBase.)
Protected MethodeOnStart
Start des Service
(Überschreibt ServiceBaseOnStart(String).)
Protected MethodeOnStop
Beenden des Service
(Überschreibt ServiceBaseOnStop.)
Public MethodeRequestAdditionalTime
Requests additional time for a pending operation.
(Vererbt von ServiceBase.)
Public MethodeServiceMainCallback
Registers the command handler and starts the service.
(Vererbt von ServiceBase.)
Public MethodestartService
Manueller Start des Services
Public MethodeStop
Stops the executing service.
(Vererbt von ServiceBase.)
Public MethodestopService
Manuelles beenden des Services
Public MethodeToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Vererbt von Component.)
Zurück nach oben
Ereignisse
  NameBeschreibung
Public EreignisDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Vererbt von Component.)
Zurück nach oben
Siehe auch