Exemplo n.º 1
0
 protected override void OnStart(string[] args)
 {
     ServerStoreScp.StartStoreSCPService();
     StartAdminServerService();
     StartHL7Server();
 }
Exemplo n.º 2
0
 protected override void OnStop()
 {
     ServerStoreScp.StopStoreSCPService();
     StopAdminServerService();
     StopHL7Server();
 }
Exemplo n.º 3
0
 public bool RestartServerStoreScp()
 {
     return(ServerStoreScp.ReStartStoreScpService());
 }