Shax
Shax

Reputation: 4307

Where is Schedular.Dispatcher?

I tring Rx(Reactive Extensions) for wpf and unable to find Scheduler.Dispatcher.
I did have added the reference of System.Reactive.Windows.Threading.dll but even then I am unable to make it work...any suggestions.

Thanks

Upvotes: 3

Views: 130

Answers (1)

Ana Betts
Ana Betts

Reputation: 74654

It's now DispatcherScheduler.Instance.

Upvotes: 3

Related Questions