ExternalDelayingExplorer.CustomDBSchedulerState.CustomDBSchedulerState C# (CSharp) Méthode

CustomDBSchedulerState() public méthode

public CustomDBSchedulerState ( ) : System
Résultat System
        public CustomDBSchedulerState()
            : base()
        {
            randGen = new Random();
            PriorityMap = new Dictionary<int, int>();
            EnabledProcessesWithPriority = new Dictionary<int, int>();
            sortedProcesses = new List<int>();
        }

Same methods

CustomDBSchedulerState::CustomDBSchedulerState ( CustomDBSchedulerState copyThis ) : System