/// <summary> /// Aborts current updating procedure. /// </summary> public void Abort() { WC.CancelAsync(); }