c# - What assembly has EventProgress in it for Windows Phone 7? -


i using task-based asynchronous pattern objects , methods in windows phone 7 application written in c# using vs2012. have installed following additional packages facilitate this:

  • async .net framework 4, silverlight 4 (microsoft.bcl.async version 1.0.14-rc, prerelease)
  • bcl portability pack .net framework 4, silverlight 4 (microsoft.bcl, version 1.0.16-rc, prerelease)
  • microsoft build components (microsoft.bcl.build 1.0.0.-rc, prerelease)

i able resolve async, await, cancellationtokensource, iprogress, , of other tap elements. however, can't find necessary assembly/dll eventprogress class implements iprogress.

does know how can eventprogress resolved in windows phone 7.1 app? know these packages prerelease newest versions find. if knows of newer still works windows phone 7.1, please let me know).

note, article discovered eventprogress class. unfortunately, it's not windows phone 7 project:

progress reporting in c# 5 async

there microsoft.progress<t> class in assembly microsoft.threading.tasks, implements iprogress<t>. part of microsoft.bcl.async package.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -