LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
EndInvoke Method
See Also 
Leadtools.Medical3D Namespace > Medical3DControl Class : EndInvoke Method



asyncResult
The System.IAsyncResult that represents a specific invoke asynchronous operation, returned when calling System.Windows.Forms.Control.BeginInvoke(System.Delegate).
asyncResult
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.

Syntax

Visual Basic (Declaration) 
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function EndInvoke( _
   ByVal asyncResult As IAsyncResult _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As Medical3DControl
Dim asyncResult As IAsyncResult
Dim value As Object
 
value = instance.EndInvoke(asyncResult)
C# 
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public object EndInvoke( 
   IAsyncResult asyncResult
)
C++/CLI 
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
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.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThe parameter value is null.
System.ArgumentExceptionThe object was not created by a preceding call of the method from the same control.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features