internal static ScheduleServer FromBase(ScheduleBase source) { return(new ScheduleServer(source)); }
public abstract void ScheduledRun(ScheduleBase runner);
internal ScheduleServer(ScheduleBase source) { lock (SyncRoot) Util.CopyNonXmlIgnoreProperties(this, source, typeof(ScheduleBase)); }