ArcFM Responder Mobile Developer Guide
NumCallsOnUnchangedRows Property (RowStoreMonitor)






The number of times RowStoreMonitor's Store method has been called on an unchanged IRow object, i.e. a row whose monitored fields have not changed since the last call to RowStoreMonitor.Store on the same object. (For the very first call to RowStoreMonitor.Store, the object's IRowChanges.get_OriginalValue method is used to establish whether any of the monitored fields have changed. NOTE: at present, only fields with a data type of string or 32-bit integer are monitored.
Syntax
'Declaration
 
Public ReadOnly Property NumCallsOnUnchangedRows As System.Integer
'Usage
 
Dim instance As RowStoreMonitor
Dim value As System.Integer
 
value = instance.NumCallsOnUnchangedRows
public System.int NumCallsOnUnchangedRows {get;}
public read-only property NumCallsOnUnchangedRows: System.Integer; 
public function get NumCallsOnUnchangedRows : System.int
public: __property System.int get_NumCallsOnUnchangedRows();
public:
property System.int NumCallsOnUnchangedRows {
   System.int get();
}
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