ArcFM Responder Mobile Developer Guide
Store Method (RowStoreMonitor)






Syntax
'Declaration
 
Public Sub Store( _
   ByVal row As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal caller As System.String _
) 
'Usage
 
Dim instance As RowStoreMonitor
Dim row As ESRI.ArcGIS.Geodatabase.IRow
Dim caller As System.String
 
instance.Store(row, caller)
public void Store( 
   ESRI.ArcGIS.Geodatabase.IRow row,
   System.string caller
)
public procedure Store( 
    row: ESRI.ArcGIS.Geodatabase.IRow;
    caller: System.String
); 
public function Store( 
   row : ESRI.ArcGIS.Geodatabase.IRow,
   caller : System.String
);
public: void Store( 
   ESRI.ArcGIS.Geodatabase.IRow* row,
   System.string* caller
) 
public:
void Store( 
   ESRI.ArcGIS.Geodatabase.IRow^ row,
   System.String^ caller
) 

Parameters

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

RowStoreMonitor Class
RowStoreMonitor Members

Send Feedback