什么是.NET 4.5 Windows应用程序等效的AsyncOperationManager?

时间:2012-11-24 11:30:14

标签: c# .net asynchronous .net-4.5 windows-store-apps

目前正在为我的新Surface设备开发Windows应用商店应用程序,我正在尝试从.NET 2.0 WinForms移植一个小应用程序。

我正在使用AsyncOperationManager classimplementing a component that supports the event-based asynchronous pattern。似乎不支持在Windows应用商店应用中使用此类。

可能我必须使用新的asynchronous functions in .NET 4.5从头开始重写app / class,仍然可能有更简单的方法继续。

因此我的问题是:

在{4.5} Windows应用商店中是否可以直接替换AsyncOperationManager类?

1 个答案:

答案 0 :(得分:1)

这似乎是您最终将使用新框架重写此代码的区域之一。 MS警告说会有这些情况并且他们没有撒谎。我有一个类似的项目,我试图移植,并有很多情况,我不得不重写代码。我将更深入地研究这一点,但我的前30分钟研究没有发现任何希望。