GrapeCity ActiveReports for .NET 16.0J
EndInvoke メソッド (Designer)

GrapeCity.ActiveReports.Design 名前空間 > Designer クラス : EndInvoke メソッド
The System.IAsyncResult that represents a specific invoke asynchronous operation, returned when calling System.Windows.Forms.Control.BeginInvoke(System.Delegate).
Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed.
シンタックス
'宣言
 
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.
例外
例外解説
The asyncResult parameter value is null 参照 (Visual Basicでは Nothing).
The asyncResult object was not created by a preceding call of the System.Windows.Forms.Control.BeginInvoke(System.Delegate) method from the same control.
参照

Designer クラス
Designer メンバ