Click here to Skip to main content
15,910,980 members

Comments by Arash_73888 (Top 1 by date)

Arash_73888 22-Jul-11 7:44am View    
thanks for your attention dear friend but let me describe the situation little more. Cause i am new in VS2010 and I want to be in .Net team in our company , I should do some sample and one of them is this.I am searching forums and articles but I have not found anything useful for this problem. So please if you know this library give me some useful advice instead of talking angrily. I have searched hundred times!
And as you know and regarding my searches , Rx extension is a great powerful extension and decrease coding so much,So i dont think there is any problem to say "my manager asked so"!

and at last I should give some more description about the question:

I want to read some files together but want to use some background worker threads.Also I dont want my main thread becomes unavailable and freezes the screen because one of operations may take so long time but another may just take one second. Rx produces this with just some lines of code like these :

Observable.FromAsyncPattern

This function takes a begin and end arguments and I can not work with them!

or maybe there are some other methods I dont know yet!!!
(excuse my bad english plz!!)

THANKS