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