public override bool TryExecuteTaskInline(Task task, bool taskWasPreviouslyQueued)
 {
     CheckIfDisposed();
     return(m_ioServiceScheduler.TryExecuteTaskInline(task, taskWasPreviouslyQueued));
 }