Is the Silverlight Dispatcher event queue's ordering strictly preserved?
To elaborate: If I have exactly one other thread calling Dispatcher.BeginInvoke
, is it guaranteed that those calls will be processed on the UI thread in the same order, or is the ordering nondeterministic?