connectionlist MonitorInterval property
Return to Introduction  Previous page  Next page
Applies to
acConnectionList and acHostnameResolver components.  

Declaration
property MonitorInterval: Integer; // 100 milliseconds by default  

Description
The MonitorInterval property specifies the time periods, in milliseconds, between checking the online status of computer, if MonitorActive property already set to True.  
 
To be notified when online status changed — write OnOnlineStatusChanged event handler.  

Remark
iiwarning Unfortunately component is unable to detect whether computer is not connected to Internet, if user are use Ethernet cable connection. The IsOnline property will always return True even if user cut cable off.  

See also
IsOnline, MonitorActive and MonitorInterval properties;  
OnOnlineStatusChanged event.