System::IAsyncResult::get_IsCompleted method

IAsyncResult::get_IsCompleted method

Returns a value that indicates whether the asynchronous operation has completed.

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

ReturnValue

True if the asynchronous operation has completed, otherwise - false

See Also