- I have a class lib C# project that has a few methods and the (I think) proper magic for managing via COM+. - I can expose it via SOAP using the property dialog (identity tab) uses soap checkbox.
If I have a COM+ method that returns results from a long-running database query, is there a way to create a version of the method that uses one of the .NET asynchronous calling patterns? Assume that I can use any technology I like.