Autodesk Vault ProfessionalVault API

EndInvoke Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultNavigationPathComboboxControl

Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed.

Syntax

public System.object EndInvoke(
   System.IAsyncResult asyncResult
)
Public Function EndInvoke( _
   ByVal asyncResult As System.IAsyncResult _
) As System.Object

Parameters

NameDescription
asyncResultThe 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.

See Also