2011年9月15日
摘要: For a long time, I don't know how to use IAsyncResult and only know it's a thing has some relations with delegate.After investgation, I understand it, so write some note at here.1. IAsyncResultinterface is under System namespace.We can see its defination as follows:namespace System{ public i 阅读全文
posted @ 2011-09-15 14:31 BobLiu 阅读(470) 评论(0) 推荐(0)