private bool tryExecuteNextTask()
        {
            var taskCount = m_ioServiceScheduler.PollOne();

            return(taskCount == IoServiceScheduler.POLL_ONE_RUN_ONE_MAX_TASKS);
        }