get_CompletedSynchronously()

IAsyncResult::get_CompletedSynchronously() method

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

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

Return Value

True if the asynchronous operation completed synchronously, otherwise - false

See Also