Autodesk Vault ProfessionalVault API

Invoke(Delegate) Method

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

Executes the specified delegate on the thread that owns the control's underlying window handle.

Syntax

public System.object Invoke(
   System.Delegate method
)
Public Overloads Function Invoke( _
   ByVal method As System.Delegate _
) As System.Object

Parameters

NameDescription
methodA delegate that contains a method to be called in the control's thread context.

Return Value

The return value from the delegate being invoked, or a null reference ( Nothing in Visual Basic) if the delegate has no return value.

See Also