System.Types.IAsyncResult Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
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.
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.