An issue that I had in Ria Services that I hope is resolved with DevForce: In Ria, you can't call SubmitChanges will another Submit Changes is already in progress.
While this is fine if the user is just clicking on a save button (as you can grey out the button during the save), sometimes I need to call SubmitChanges programatically. This can result in a second Save operation while the first one is still Saving. Can this be done with DevForce?
My workaround with Ria was to create an Invoke method and manually do the save, but I would like to avoid that with DevForce.
Greg