ArcFM Responder Mobile Developer Guide
PerformAction(IDictionary,DataRow) Method






Syntax
'Declaration
 
Protected Overloads Overrides Sub PerformAction( _
   ByVal arguments As System.Collections.IDictionary, _
   ByVal row As System.Data.DataRow _
) 
'Usage
 
Dim instance As HandleConfirmedIncident
Dim arguments As System.Collections.IDictionary
Dim row As System.Data.DataRow
 
instance.PerformAction(arguments, row)
protected override void PerformAction( 
   System.Collections.IDictionary arguments,
   System.Data.DataRow row
)
protected procedure PerformAction( 
    arguments: System.Collections.IDictionary;
    row: System.Data.DataRow
); override; 
protected override function PerformAction( 
   arguments : System.Collections.IDictionary,
   row : System.Data.DataRow
);
protected: void PerformAction( 
   System.Collections.IDictionary* arguments,
   System.Data.DataRow* row
) override 
protected:
void PerformAction( 
   System.Collections.IDictionary^ arguments,
   System.Data.DataRow^ row
) override 

Parameters

arguments
row
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

HandleConfirmedIncident Class
HandleConfirmedIncident Members
Overload List

Send Feedback