Possible solution to issue with multiple UI dispatchers in the same method?
问题 I'm having a problem with using multiple UI dispatchers to modify an list that is bound to the UI. The method with just exit when it hits the first dispatcher. If I wrap the entire method in the dispatcher it works, but I have another solution but I'm not sure it's appropriate: Basically, I have a socket listening in a never-ending loop for network commands from a media device. When it finds one, it calls ProcessCommand. That function calls one of 50+ methods to process the specific commands.