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