private void EndFinalWork(IAsyncResult ar) { Reset(); StageAsyncResult.End(ar); }
public void EndEvent(IAsyncResult ar) { StageAsyncResult.End(ar); }