public void ProcessAsync(Event evt) { EventProcessor worker = ProcessEvent; worker.BeginInvoke(evt, null, null); }