摘要:Figure1IAsyncResult public interface IAsyncResult { WaitHandle AsyncWaitHandle { get; } // For Wait-Until-Done technique Boolean IsCompleted { get; } // For Polling technique Object AsyncState { get; ...
阅读全文
posted @ 2009-07-21 23:45
浙公网安备 33010602011771号