ESRI.ArcGIS.Mobile
Invoke Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > IMap Interface : Invoke Method

method
args
Executes the specified delegate synchronously at the specified priority on the thread on which the GUI thread is associated with.

Syntax

Visual Basic (Declaration) 
Function Invoke( _
   ByVal method As Delegate, _
   ByVal ParamArray args() As Object _
) As Object
C# 
object Invoke( 
   Delegate method,
   params object[] args
)

Parameters

method
args

Return Value

The return value from the delegate being invoked or null if the delegate has no return value

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also