ESRI.ArcGIS.Mobile
InvokeRequired Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > IMap Interface : InvokeRequired Property

Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.

Syntax

Visual Basic (Declaration) 
ReadOnly Property InvokeRequired As Boolean
C# 
bool InvokeRequired {get;}

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