Ejemplo n.º 1
0
        public bool ToggleSystemProcessThreadEnabled(int systemProcessThreadID)
        {
            // ISystemProcessThreadService systemProcessThreadService = IoC.Resolve<ISystemProcessThreadService>("SystemProcessThreadService");
            SystemProcessThreadService systemProcessThreadService = new SystemProcessThreadService();

            return(systemProcessThreadService.ToggleSystemProcessThreadEnabled(systemProcessThreadID));
        }