Method EndInvoke
EndInvoke(IAsyncResult)
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
public virtual object? EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResultThe IAsyncResult that represents a specific invoke asynchronous operation, returned when calling BeginInvoke(Delegate).