System::IAsyncResult::get_CompletedSynchronously method

IAsyncResult::get_CompletedSynchronously method

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

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

ReturnValue

True if the asynchronous operation completed synchronously, otherwise - false

See Also