Szymon Rozga
Szymon Rozga

Reputation: 18168

WPF Dispatcher BeginInvoke ordering guarantee

If I call

Dispatcher.BeginInvoke(operation, DispatcherPriority.Loaded) 

1,000,000 times from over 20 threads, are those 1,000,000 operations guranteed to be executed by the UI thread in the order the BeginInvoke calls were made?

Upvotes: 15

Views: 3039

Answers (1)

Related Questions