Ejemplo n.º 1
0
        public SystemProcessThread GetSystemProcessThreadByName(string threadName)
        {
            SystemProcessThreadService systemProcessThreadService = new SystemProcessThreadService();

            // ISystemProcessThreadService systemProcessThreadService = IoC.Resolve<ISystemProcessThreadService>("SystemProcessThreadService");
            return(systemProcessThreadService.GetSystemProcessThreadByName(threadName));
        }