ArcFM Responder Mobile Developer Guide
NumMultipleCallsWithZeroNetChange Property (RowStoreMonitor)






The number of IRow objects that have been submitted to RowStoreMonitor.Store more than once but with no net change, in the end, to any of the objects' monitored fields with respect to their original values prior to the first call to RowStoreMonitor.Store. NOTE: at present, only fields with a data type of string or 32-bit integer are monitored.
Syntax
'Declaration
 
Public ReadOnly Property NumMultipleCallsWithZeroNetChange As System.Integer
'Usage
 
Dim instance As RowStoreMonitor
Dim value As System.Integer
 
value = instance.NumMultipleCallsWithZeroNetChange
public System.int NumMultipleCallsWithZeroNetChange {get;}
public read-only property NumMultipleCallsWithZeroNetChange: System.Integer; 
public function get NumMultipleCallsWithZeroNetChange : System.int
public: __property System.int get_NumMultipleCallsWithZeroNetChange();
public:
property System.int NumMultipleCallsWithZeroNetChange {
   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