Iasyncresult - why it is not just object, why it is interface?
Posted
by Tomas
on Stack Overflow
See other posts from Stack Overflow
or by Tomas
Published on 2010-05-10T05:56:36Z
Indexed on
2010/05/10
6:04 UTC
Read the original article
Hit count: 385
c#
|iasyncresult
Hi, I just cannot figure out what why IAsyncResult is an interface instead of simple object. As I remember correctly, interface contains only method names without implementation so I canot see how it is used here as I do not derive any class of it nor override its methods? I am just confused..Thanks
© Stack Overflow or respective owner