Async CTP and Windows Azure Support

你离开我真会死。 提交于 2020-01-06 02:26:20

问题


Quick question, couldn't find a answer via google...

Does the Windows Azure platform support Async CTP?

Is it a matter of copying references?


回答1:


You can install the Async CTP and then create an Azure project that references it. The Async CTP libraries are under My Documents - Microsoft Visual Studio Async CTP - Samples.

Just use the regular AsyncCtpLibrary.dll for web or worker roles. I believe it'll be copied by default into your bin folder.

The async/await pattern can be used because it is only a compiler transformation. There is no special CLR support for async methods. Async CTP programs that have async methods run on the regular .NET 4.0 runtime.



来源:https://stackoverflow.com/questions/7465719/async-ctp-and-windows-azure-support

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