예제 #1
0
 public override bool TryExecuteTaskInline(Task task, bool taskWasPreviouslyQueued)
 {
     CheckIfDisposed();
     ProxyScheduler.DoTryExecuteTask(task);
     return(true);
 }
예제 #2
0
 public override void QueueTask(Task task)
 {
     CheckIfDisposed();
     ProxyScheduler.DoTryExecuteTask(task);
 }