ArcFM Responder Mobile Developer Guide
Store Method (MMRowStoreMonitorClass)






Syntax
'Declaration
 
Public Overridable Sub Store( _
   ByVal Row As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal caller As System.String _
) 
'Usage
 
Dim instance As MMRowStoreMonitorClass
Dim Row As ESRI.ArcGIS.Geodatabase.IRow
Dim caller As System.String
 
instance.Store(Row, caller)
public virtual void Store( 
   ESRI.ArcGIS.Geodatabase.IRow Row,
   System.string caller
)
public procedure Store( 
    Row: ESRI.ArcGIS.Geodatabase.IRow;
    caller: System.String
); virtual; 
public function Store( 
   Row : ESRI.ArcGIS.Geodatabase.IRow,
   caller : System.String
);
public: virtual void Store( 
   ESRI.ArcGIS.Geodatabase.IRow* Row,
   System.string* caller
) 
public:
virtual 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

MMRowStoreMonitorClass Class
MMRowStoreMonitorClass Members

Send Feedback