BeginInvoke(Delegate) Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
Syntax
public System.IAsyncResult BeginInvoke(
System.Delegate method
)Public Overloads Function BeginInvoke( _
ByVal method As System.Delegate _
) As System.IAsyncResultParameters
| Name | Description |
|---|---|
| method | A delegate to a method that takes no parameters. |
Return Value
An System.IAsyncResult that represents the result of the System.Windows.Forms.Control.BeginInvoke(System.Delegate) operation.