Thanks for the update.
Pre- and Post- events would both be helpful. In some cases, we do timing logic so we need to know when a query started and when it finished. Post events are also nice because we have access to the results of the operations. Pre events are nice because we have some hooks to the original operation in case we need to do any tweaking there.
We use InvokeServerMethods in so many places that I ended up giving up on trying to make extension methods and then update all existing usages. I know it's possible, but it just leaves the chance of human error. I did find a bit of a workaround by intercepting all WCF calls - this gives me a chance to inspect the calls, dig around and find information about what DevForce is executing. This gives me the hooks I need to have a pre-event - although, it's not the cleanest solution.
For now, I'll just wait patiently. It's not the end of the world for us.....but it would still be nice! :-)