BeginInvoke(Delegate,Object[]) Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
Syntax
public System.IAsyncResult BeginInvoke(
System.Delegate method,
params System.object[] args
)Public Overloads Function BeginInvoke( _
ByVal method As System.Delegate, _
ByVal ParamArray args() As System.Object _
) As System.IAsyncResultParameters
| Name | Description |
|---|---|
| method | |
| args |
Return Value
An System.IAsyncResult that represents the result of the System.Windows.Forms.Control.BeginInvoke(System.Delegate) operation.