CatalogMap.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 catalog map will be started. The thread will be terminated when the CatalogMap instance is destroyed.
When any change is detected, the CatalogMap instance will fire a ServiceChanged (not available in C#) event.
Platforms
Windows, Linux, Android