ArcFM Responder Mobile Developer Guide
PerformAction(IDictionary) Method






Syntax
'Declaration
 
Public Overloads Overrides Sub PerformAction( _
   ByVal arguments As System.Collections.IDictionary _
) 
'Usage
 
Dim instance As DataRowRule
Dim arguments As System.Collections.IDictionary
 
instance.PerformAction(arguments)
public override void PerformAction( 
   System.Collections.IDictionary arguments
)
public procedure PerformAction( 
    arguments: System.Collections.IDictionary
); override; 
public override function PerformAction( 
   arguments : System.Collections.IDictionary
);
public: void PerformAction( 
   System.Collections.IDictionary* arguments
) override 
public:
void PerformAction( 
   System.Collections.IDictionary^ arguments
) override 

Parameters

arguments
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

DataRowRule Class
DataRowRule Members
Overload List

Send Feedback