Ejemplo n.º 1
0
 /// <summary>
 /// Blocking call that waits until the current remote data
 /// queue is empty.
 /// </summary>
 internal override void DrainIncomingData()
 {
     _powershell.WaitForServicingComplete();
 }