Miner.Responder.Framework.Interaction Namespace > ArcMapUtilities Class : ControlSafeInvoke Method |
'Declaration
Public Shared Function ControlSafeInvoke( _ ByVal multicast As System.MulticastDelegate, _ ByVal ParamArray args() As System.Object _ ) As System.Object
'Usage
Dim multicast As System.MulticastDelegate Dim args() As System.Object Dim value As System.Object value = ArcMapUtilities.ControlSafeInvoke(multicast, args)
public static System.object ControlSafeInvoke( System.MulticastDelegate multicast, params System.object[] args )
public function ControlSafeInvoke( multicast: System.MulticastDelegate; params args: System.TObjectarray of ): System.TObject; static;
public static function ControlSafeInvoke( multicast : System.MulticastDelegate, args : System.Object[] ) : System.Object;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2