Beispiel #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);
 }
Beispiel #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);
 }
Beispiel #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);
 }
Beispiel #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);
 }
Beispiel #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);
 }
Beispiel #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);
 }
Beispiel #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);
 }
Beispiel #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);
 }
Beispiel #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);
 }