Esempio n. 1
0
 /// <summary>
 /// Get all plate IDs whose schedule has been modified since the last time Rock Imager synced.
 /// TODO Implement
 /// </summary>
 /// <param name="syncPoint">The last time the schedule was updated.  The integration should update the syncPoint during this call.</param>
 /// <returns>Plate IDs which have been modified since the last sync.</returns>
 public string[] GetPlateIDsWithScheduleUpdates(ref IScheduleSyncPoint syncPoint)
 {
     return(new string[0]);
 }
Esempio n. 2
0
 /// <summary>
 /// Get all plate IDs whose schedule has been modified since the last time Rock Imager synced.
 /// TODO Implement
 /// </summary>
 /// <param name="syncPoint">The last time the schedule was updated.  The integration should update the syncPoint during this call.</param>
 /// <returns>Plate IDs which have been modified since the last sync.</returns>
 string[] IImagingTaskProvider.GetPlateIDsWithScheduleUpdates(ref IScheduleSyncPoint syncPoint)
 {
     return(new string[0]);
 }