'宣言
Public Function EndInvoke( _ ByVal asyncResult As IAsyncResult _ ) As Object
public object EndInvoke( IAsyncResult asyncResult )
パラメータ
- asyncResult
- The System.IAsyncResult that represents a specific invoke asynchronous operation, returned when calling System.Windows.Forms.Control.BeginInvoke(System.Delegate).
戻り値の型
The System.Object generated by the asynchronous operation.