ArcFM Responder Mobile Developer Guide
ControlSafeInvokeBooleanOR Method






A specialization of ControlSafeInvoke for events with boolean return types, looking for any of the subscribers to return true.
Syntax
'Declaration
 
Public Shared Function ControlSafeInvokeBooleanOR( _
   ByVal multicast As System.MulticastDelegate, _
   ByVal ParamArray args() As System.Object _
) As System.Boolean
'Usage
 
Dim multicast As System.MulticastDelegate
Dim args() As System.Object
Dim value As System.Boolean
 
value = ArcMapUtilities.ControlSafeInvokeBooleanOR(multicast, args)
public static System.bool ControlSafeInvokeBooleanOR( 
   System.MulticastDelegate multicast,
   params System.object[] args
)
public function ControlSafeInvokeBooleanOR( 
    multicast: System.MulticastDelegate;
   params  args: System.TObjectarray of
): System.Boolean; static; 
public static function ControlSafeInvokeBooleanOR( 
   multicast : System.MulticastDelegate,
   args : System.Object[]
) : System.boolean;
public: static System.bool ControlSafeInvokeBooleanOR( 
   System.MulticastDelegate* multicast,
   params System.Object*[]* args
) 
public:
static System.bool ControlSafeInvokeBooleanOR( 
   System.MulticastDelegate^ multicast,
   ... System.array<Object^>^ args
) 

Parameters

multicast
args

Return Value

True if any of the
Requirements

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

See Also

Reference

ArcMapUtilities Class
ArcMapUtilities Members

Send Feedback