ESRI.ArcGIS.Mobile
Invoke Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WPF Namespace > Map Class : Invoke Method

method
args
Executes the specified delegate synchronously at the specified priority on the thread on which the System.Windows.Threading.Dispatcher thread is associated with.

Syntax

Visual Basic (Declaration) 
Public Function Invoke( _
   ByVal method As Delegate, _
   ByVal ParamArray args() As Object _
) As Object
C# 
public 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

Target 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

© 2013 All Rights Reserved.