comparison Framework/Oracle/ThreadedOracle.h @ 760:1181e1ad98ec

progressive loading working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 18:34:06 +0200
parents ab236bb5dbc7
children f6438fdc447e
comparison
equal deleted inserted replaced
759:774681b2c77c 760:1181e1ad98ec
77 StopInternal(); 77 StopInternal();
78 } 78 }
79 79
80 void SetOrthancParameters(const Orthanc::WebServiceParameters& orthanc); 80 void SetOrthancParameters(const Orthanc::WebServiceParameters& orthanc);
81 81
82 void SetWorkersCount(unsigned int count); 82 void SetThreadsCount(unsigned int count);
83 83
84 void SetSleepingTimeResolution(unsigned int milliseconds); 84 void SetSleepingTimeResolution(unsigned int milliseconds);
85 85
86 void Start(); 86 void Start();
87 87