ArcFM Responder Mobile Developer Guide
TotalCalls Property (RowStoreMonitor)






The total number of times RowStoreMonitor.Store has been called.
Syntax
'Declaration
 
Public ReadOnly Property TotalCalls As System.Integer
'Usage
 
Dim instance As RowStoreMonitor
Dim value As System.Integer
 
value = instance.TotalCalls
public System.int TotalCalls {get;}
public read-only property TotalCalls: System.Integer; 
public function get TotalCalls : System.int
public: __property System.int get_TotalCalls();
public:
property System.int TotalCalls {
   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