System::IAsyncResult::get_IsCompleted yöntemi

IAsyncResult::get_IsCompleted method

Asenkron işlemin tamamlanıp tamamlanmadığını gösteren bir değer döndürür.

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

ReturnValue

Asenkron işlem tamamlandıysa True, aksi takdirde false.

Ayrıca Bakınız