HttpLayer.ServiceMonitorInterval Property
Starts a background thread that monitors the OGC 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 will look for changes in the OGC service will be started. The thread will be terminated when the OgcWmsLayer or OgcWmtsLayer instance is destroyed.
When any change is detected, the layer will fire a ServiceChanged event.
Platforms
Windows, Linux, Android