17 Ekim 2017 Salı

IAsyncResult Arayüzü

CompletedSynchronously Alanı
Açıklaması şöyle
Use this property to determine if the asynchronous operation completed synchronously. For example, this property can return true for an asynchronous I/O operation if the I/O request was small
Bu alanın en çok kullanıldığı yer şöyle
Most implementers of the IAsyncResult interface will not use this property and should return false. Beginning with the .NET Framework 4.5, a task that is created with the FromAsync method will not complete if this property is not implemented correctly. See Application Compatibility in the .NET Framework 4.5.

Hiç yorum yok:

Yorum Gönder