ArcFM Solution Developer Guide
BeginInvoke(Delegate,Object[]) Method


Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overloads Function BeginInvoke( _
   ByVal method As System.Delegate, _
   ByVal ParamArray args() As System.Object _
) As System.IAsyncResult
'Usage
 
Dim instance As DiagramsPropertyPage
Dim method As System.Delegate
Dim args() As System.Object
Dim value As System.IAsyncResult
 
value = instance.BeginInvoke(method, args)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public System.IAsyncResult BeginInvoke( 
   System.Delegate method,
   params System.object[] args
)

Parameters

method
args
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DiagramsPropertyPage Class
DiagramsPropertyPage Members
Overload List

 

 


Send Comment