Service.h
Go to the documentation of this file.
DB_EDGEVIS_SDK int64_t GetServiceUptime() const
Retrieve the number of milliseconds since the service was started.
DB_EDGEVIS_SDK int32_t IdleTimeoutInterval() const
Retrieves the idle timeout interval for the service.
DB_EDGEVIS_SDK void RegisterListener(IServiceListener *listener)
Registers the specified listener to be notified when the service state changes.
DB_EDGEVIS_SDK std::wstring ServiceName() const
Gets the name of the Service.
void UpdateState(ServiceState state, std::wstring user)
Updates the service's state.
DB_EDGEVIS_SDK int32_t KeepAliveInterval() const
Retrieves the keep alive interval for the service.
DB_EDGEVIS_SDK void SetIdleTimeoutInterval(int32_t idleTimeout)
Sets the idle timeout interval for the service.
DB_EDGEVIS_SDK bool KeepAliveTaskRunning() const
Determines if the Keep alive task is currently running.
DB_EDGEVIS_SDK bool IdleTimeoutRunning() const
Determines if the idle timeout is currently running.
Defines an interface for a class that listens for incoming state changes from a service.
Definition: IServiceListener.h:36
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK bool Started() const
Determines whether the service has been started or not.
DB_EDGEVIS_SDK void UnregisterListener(IServiceListener *listener)
Removes the specified listener from the set of listeners to be notified about service state changes...