TaskAsyncActionDescriptor.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.
Ends the asynchronous operation.
public override object EndExecute (IAsyncResult asyncResult);
override this.EndExecute : IAsyncResult -> obj
Public Overrides 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.