get_IsCompleted()

IAsyncResult::get_IsCompleted() method

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

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

Return Value

True if the asynchronous operation has completed, otherwise - false

See Also