ArcFM Responder Mobile Developer Guide
NumMultipleCalls Property (RowStoreMonitor)






The number of IRow objects that have been submitted to RowStoreMonitor.Store more than once.
Syntax
'Declaration
 
Public ReadOnly Property NumMultipleCalls As System.Integer
'Usage
 
Dim instance As RowStoreMonitor
Dim value As System.Integer
 
value = instance.NumMultipleCalls
public System.int NumMultipleCalls {get;}
public read-only property NumMultipleCalls: System.Integer; 
public function get NumMultipleCalls : System.int
public: __property System.int get_NumMultipleCalls();
public:
property System.int NumMultipleCalls {
   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