Click or drag to resize
ELIS

ELISTTSService Methoden

Einsatzleit- & Informationssystem

Der ELISTTSService Typ exponiert die folgenden Member.

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
Service Start
(Überschreibt ServiceBaseOnStart(String).)
Protected MethodeOnStop
Service Stop
(Ü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
Start Service
Public MethodeStop
Stops the executing service.
(Vererbt von ServiceBase.)
Public MethodestopService
Stop Service
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
Siehe auch