我可以CoreDispatcher
在 Windows 8 中获取对象
CoreDispatcher dispatcher = Windows.UI.Core.CoreWindow.GetForCurrentThread().Dispatcher;
但是我怎样才能得到Dispatcher
in windows phone 8
这样我就可以打电话了
Dispatcher.BeginInvoke(delegate
{
//My statements
});
我可以CoreDispatcher
在 Windows 8 中获取对象
CoreDispatcher dispatcher = Windows.UI.Core.CoreWindow.GetForCurrentThread().Dispatcher;
但是我怎样才能得到Dispatcher
in windows phone 8
这样我就可以打电话了
Dispatcher.BeginInvoke(delegate
{
//My statements
});