static void OnPumpCompleted(IAsyncResult ar) { try { PumpAsyncResult.End(ar); } catch (Exception e) { Environment.FailFast(e.ToString()); } }
public static void EndRunPump(IAsyncResult asyncResult) { PumpAsyncResult.End(asyncResult); }