EndInvoke Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
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.ObjectParameters
| Name | Description |
|---|---|
| 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.