BackgroundDispatcher.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.
Implements EndInvoke(IAsyncResult).
public:
virtual void EndInvoke(IAsyncResult ^ asyncResult);
public void EndInvoke (IAsyncResult asyncResult);
abstract member EndInvoke : IAsyncResult -> unit
override this.EndInvoke : IAsyncResult -> unit
Public Sub EndInvoke (asyncResult As IAsyncResult)
Parameters
- asyncResult
- IAsyncResult