IBackgroundDispatcher.EndInvoke(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.
Works the same as EndInvoke would for any other delegate, except that it also manages system state correctly.
public:
void EndInvoke(IAsyncResult ^ asyncResult);
public void EndInvoke (IAsyncResult asyncResult);
abstract member EndInvoke : IAsyncResult -> unit
Public Sub EndInvoke (asyncResult As IAsyncResult)
Parameters
- asyncResult
- IAsyncResult