|
From:
<car...@te...> - 2004-11-06 22:09:49
|
Hello: >I think this is the best approach. When you register for an event the >expected pattern is that you would recieve events until you >unregistered for that event. The concept of having to re-queue for >events each time is not very intuitive. > Ok, i'm reviewing this right now, the new Event Callback will look like this: public delegate void FbEventCountsCallback(string name, int counts); But if we want to cancel the event maybe we can implement something similar to the CancelEventArgs class of .net, something like a CancelEventArgs class with Cancel, Name and Counts properties. The requeue will be done automatically. As always opinions are welcome !!! -- Best regards Carlos Guzmán Álvarez Vigo-Spain "In the end there can be only one" (Highlander) |