Пример #1
0
 /// <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);
 }
Пример #2
0
 /// <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);
 }
Пример #3
0
 /// <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);
 }
Пример #4
0
 /// <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);
 }
Пример #5
0
 /// <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);
 }
Пример #6
0
 /// <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);
 }
Пример #7
0
 /// <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);
 }
Пример #8
0
 /// <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);
 }
Пример #9
0
 /// <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);
 }