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

            return(systemProcessThreadService.ToggleSystemProcessThreadContinuous(systemProcessThreadID));
        }