AsyncActionDescriptor.EndExecute(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the result of an asynchronous operation.
public abstract object EndExecute (IAsyncResult asyncResult);
abstract member EndExecute : IAsyncResult -> obj
Public MustOverride Function EndExecute (asyncResult As IAsyncResult) As Object
Parameters
- asyncResult
- IAsyncResult
An object that represents the status of an asynchronous operation.
Returns
The result of an asynchronous operation.