'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Overloads Function BeginInvoke( _ ByVal method As System.Delegate _ ) As System.IAsyncResult
'Usage
Dim instance As WorkbookView Dim method As System.Delegate Dim value As System.IAsyncResult value = instance.BeginInvoke(method)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public System.IAsyncResult BeginInvoke( System.Delegate method )
Parameters
- method