System::IAsyncResult::get_IsCompleted 方法

IAsyncResult::get_IsCompleted method

返回一个值,指示异步操作是否已完成。

virtual bool System::IAsyncResult::get_IsCompleted()=0

ReturnValue

如果异步操作已完成则为 True,否则为 false

另见