ServiceHostBase Class

Represents the time-series framework service host.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public abstract class ServiceHostBase : BackgroundService
Inheritance
Object    BackgroundService    ServiceHostBase

Constructors

ServiceHostBaseInitializes a new instance of the ServiceHostBase class

Properties

ExecuteTask Gets the Task that executes the background operation.
(Inherited from BackgroundService)

Methods

Dispose
(Inherited from BackgroundService)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExecuteAsync This method is called when the IHostedService starts. The implementation should return a task that represents the lifetime of the long running operation(s) being performed.
(Inherited from BackgroundService)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
StartAsync Triggered when the application host is ready to start the service.
(Inherited from BackgroundService)
StopAsync Triggered when the application host is performing a graceful shutdown.
(Inherited from BackgroundService)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also