Método get_CompletedSynchronously de System::IAsyncResult

IAsyncResult::get_CompletedSynchronously method

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

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

ReturnValue

True si la operación asincrónica se completó de forma sincrónica, de lo contrario - false

Ver también