ISynchronizeInvoke missing in System.ComponentModel

血红的双手。 提交于 2019-12-13 06:09:30

问题


I need to implement ISynchronizeInvoke interface in UWP app. Even with using System.ComponentModel; it says type or namespace ISynchronizeInvoke could not found.

Does anyone know how to implement ISynchronizeInvoke interface in UWP app. I am building iOT App.

Thank you in Advance


回答1:


Use SynchronizationContext instead, basically. That's the more modern replacement for ISynchronizeInvoke.



来源:https://stackoverflow.com/questions/33506760/isynchronizeinvoke-missing-in-system-componentmodel

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!