示例#1
0
 /// <summary>
 /// Cancels the current run and waits.
 /// </summary>
 /// <returns><c>true</c> if this instance cancel and wait; otherwise, <c>false</c>.</returns>
 public void CancelAndWait()
 {
     _renderer.CancelAndWait();
 }