System.Types.IAsyncResult Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AsyncContextpublicThe user-specified context that is associated with this instance of IAsyncResult.
AsyncWaitEventpublicAn event that you can use to block until the asynchronous call is complete.
CompletedSynchronouslypublicIs True if a given asynchronous call has completed synchronously.
IsCancelledpublicIndicates whether the asynchronous call has been cancelled (True) or not (False).
IsCompletedpublicIs True if the asynchronous call is finished.