Hi All,
Having issues with synchronizing c# event handlers at Start().
I cannot control the order of Start calls. An event is sent to synch all the event handlers. Some register handlers after the event was sent. They never hear the event. Is there a design pattern for this?
Thanks,
Kevin
↧