HttpDataSet.ServiceMonitorInterval Property
Starts a background thread that monitors the web service for changes.
Syntax
public System.Int32 ServiceMonitorInterval { get; set; }
Property Value
Default: 0
The number of seconds the monitor thread sleeps between two checks. If zero the service will not be monitored.
Remarks
When this property is set to a value greater than zero a background thread that continuously looks for changes in the web service will be started. The thread will be terminated when the HttpDataSet instance is destroyed.
When any change is detected, the HttpDataSet instance will fire a ServiceChanged event.
Platforms
Windows, Linux, Android