/// <summary> /// Begins a graceful shut down process by disallowing any new user /// connections and monitoring the users still using the system. /// Once the last user has disconnected, the service will call the /// associated service host's OnShutdown() method. /// </summary> public void Shutdown() { SysLog.LogInformation("Authentication Service Shutdown"); serviceHost.OnShutdown(this); }
/// <summary> /// Begins a graceful shut down process by disallowing any new user /// connections and monitoring the users still using the system. /// Once the last user has disconnected, the service will call the /// associated service host's OnShutdown() method. /// </summary> public void Shutdown() { SysLog.LogInformation("GeoTracker Service Shutdown"); serviceHost.OnShutdown(this); }
/// <summary> /// Begins a graceful shut down process by disallowing any new user /// connections and monitoring the users still using the system. /// Once the last user has disconnected, the service will call the /// associated service host's OnShutdown() method. /// </summary> public void Shutdown() { SysLog.LogInformation("Dynamic DNS Client Shutdown"); serviceHost.OnShutdown(this); }
/// <summary> /// Begins a graceful shut down process by disallowing any new user /// connections and monitoring the users still using the system. /// Once the last user has disconnected, the service will call the /// associated service host's OnShutdown() method. /// </summary> public void Shutdown() { SysLog.LogInformation("Heartbeat Service Shutdown"); serviceHost.OnShutdown(this); }
/// <summary> /// Begins a graceful shut down process by disallowing any new user /// connections and monitoring the users still using the system. /// Once the last user has disconnected, the service will call the /// associated service host's OnShutdown() method. /// </summary> public void Shutdown() { SysLog.LogInformation("AppStore Service Shutdown"); serviceHost.OnShutdown(this); }
/// <summary> /// Begins a graceful shut down process by disallowing any new user /// connections and monitoring the users still using the system. /// Once the last user has disconnected, the service will call the /// associated service host's OnShutdown() method. /// </summary> public void Shutdown() { SysLog.LogInformation("Broadcast Server Shutdown"); serviceHost.OnShutdown(this); }
/// <summary> /// Begins a graceful shut down process by disallowing any new user /// connections and monitoring the users still using the system. /// Once the last user has disconnected, the service will call the /// associated service host's OnShutdown() method. /// </summary> public void Shutdown() { SysLog.LogInformation("Config Service Shutdown"); serviceHost.OnShutdown(this); }
/// <summary> /// Begins a graceful shut down process by disallowing any new user /// connections and monitoring the users still using the system. /// Once the last user has disconnected, the service will call the /// associated service host's OnShutdown() method. /// </summary> public void Shutdown() { SysLog.LogInformation("NeonSwitch Shutdown"); serviceHost.OnShutdown(this); }
/// <summary> /// Begins a graceful shut down process by disallowing any new user /// connections and monitoring the users still using the system. /// Once the last user has disconnected, the service will call the /// associated service host's OnShutdown() method. /// </summary> public void Shutdown() { SysLog.LogInformation("Message Queue Service Shutdown"); serviceHost.OnShutdown(this); }