Exemplo n.º 1
0
        public virtual IList <SimulationManager> SchedulePrivateMachineJobs(int count, PrivateMachineCredentials credentials)
        {
            var reqParams = new Dictionary <string, object> {
                { "time_limit", "60" },
                { "credentials_id", credentials.Id }
            };

            return(ScheduleSimulationManagers("private_machine", count, reqParams));
        }
 public override IList <SimulationManager> SchedulePrivateMachineJobs(int count, PrivateMachineCredentials credentials)
 {
     throw new NotImplementedException();
 }