System.Types.IAsyncResult Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
CancelpublicCancels the asynchronous operation and returns True on success or False if cancelling the asynchronous operation is not supported.
GetAsyncContextpublicReturns the user-specified context that is associated with this instance of IAsyncResult.
GetAsyncWaitEventpublicReturns an event that you can use to block until the asynchronous call is complete.
GetCompletedSynchronouslypublicReturns True if a given asynchronous call has completed synchronously.
GetIsCancelledpublicReturns True when the asynchronous call has been cancelled.
GetIsCompletedpublicReturns True if the asynchronous call is finished.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
SupportspublicIndicates whether a given interface supports a specific (another) interface.