![]() |
ELISKalenderService Klasse |
Namensraum: ELIS.ELISKalenderService
Der ELISKalenderService Typ exponiert die folgenden Member.
Name | Beschreibung | |
---|---|---|
![]() | ELISKalenderService |
ELIS Kalender Service
|
Name | Beschreibung | |
---|---|---|
![]() | AutoLog | Indicates whether to report Start, Stop, Pause, and Continue commands in the event log. (Vererbt von ServiceBase.) |
![]() | CanHandlePowerEvent | Gets or sets a value indicating whether the service can handle notifications of computer power status changes. (Vererbt von ServiceBase.) |
![]() | CanHandleSessionChangeEvent | Gets or sets a value that indicates whether the service can handle session change events received from a Terminal Server session. (Vererbt von ServiceBase.) |
![]() | CanPauseAndContinue | Gets or sets a value indicating whether the service can be paused and resumed. (Vererbt von ServiceBase.) |
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Vererbt von Component.) |
![]() | CanShutdown | Gets or sets a value indicating whether the service should be notified when the system is shutting down. (Vererbt von ServiceBase.) |
![]() | CanStop | Gets or sets a value indicating whether the service can be stopped once it has started. (Vererbt von ServiceBase.) |
![]() | Container | Gets the IContainer that contains the Component. (Vererbt von Component.) |
![]() | DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Vererbt von Component.) |
![]() | EventLog | 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.) |
![]() | Events | Gets the list of event handlers that are attached to this Component. (Vererbt von Component.) |
![]() | ExitCode | Gets or sets the exit code for the service. (Vererbt von ServiceBase.) |
![]() | ServiceHandle | Gets the service control handle for the service. (Vererbt von ServiceBase.) |
![]() | ServiceName | Gets or sets the short name used to identify the service to the system. (Vererbt von ServiceBase.) |
![]() | Site | (Vererbt von Component.) |
Name | Beschreibung | |
---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Vererbt von MarshalByRefObject.) |
![]() | Dispose | Releases all resources used by the Component. (Vererbt von Component.) |
![]() | Dispose(Boolean) |
Clean up any resources being used.
(Überschreibt ServiceBaseDispose(Boolean).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Vererbt von Object.) |
![]() | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Vererbt von Component.) |
![]() | GetHashCode | Serves as the default hash function. (Vererbt von Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Vererbt von MarshalByRefObject.) |
![]() | GetService | (Vererbt von Component.) |
![]() | GetType | Gets the Type of the current instance. (Vererbt von Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Vererbt von MarshalByRefObject.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Vererbt von Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Vererbt von MarshalByRefObject.) |
![]() | OnContinue | 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.) |
![]() | OnCustomCommand | 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.) |
![]() | OnPause | 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.) |
![]() | OnPowerEvent | 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.) |
![]() | OnSessionChange | Executes when a change event is received from a Terminal Server session. (Vererbt von ServiceBase.) |
![]() | OnShutdown | 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.) |
![]() | OnStart |
Start des Service
(Überschreibt ServiceBaseOnStart(String).) |
![]() | OnStop |
Beenden des Service
(Überschreibt ServiceBaseOnStop.) |
![]() | RequestAdditionalTime | Requests additional time for a pending operation. (Vererbt von ServiceBase.) |
![]() | ServiceMainCallback | Registers the command handler and starts the service. (Vererbt von ServiceBase.) |
![]() | startService |
Manueller Start des Services
|
![]() | Stop | Stops the executing service. (Vererbt von ServiceBase.) |
![]() | stopService |
Manuelles beenden des Services
|
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Vererbt von Component.) |
Name | Beschreibung | |
---|---|---|
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Vererbt von Component.) |