IAsyncActionInvoker.EndInvokeAction(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.
Cancels the asynchronous action.
public bool EndInvokeAction (IAsyncResult asyncResult);
abstract member EndInvokeAction : IAsyncResult -> bool
Public Function EndInvokeAction (asyncResult As IAsyncResult) As Boolean
Parameters
- asyncResult
- IAsyncResult
The asynchronous result.
Returns
true if the asynchronous method could be canceled; otherwise, false.