'Declaration Public Function EndInvoke( _ ByVal asyncResult As IAsyncResult _ ) As Object
public object EndInvoke( IAsyncResult asyncResult )
Parameters
- asyncResult
- The System.IAsyncResult that represents a specific invoke asynchronous operation, returned when calling System.Windows.Forms.Control.BeginInvoke(System.Delegate).
Return Value
The System.Object generated by the asynchronous operation.