MapPackageDataSet.MonitorInterval Property
Gets or sets the interval in seconds the dataset will check the GeoPackage for updates.
Syntax
public System.Int32 MonitorInterval { get; set; }
Property Value
Default: 0
The interval in seconds the dataset will check the GeoPackage for updates.
Remarks
GeoPackages may be updated while being read by the MapPackageDataSet. This can be done for example by a MosaicWriter. This property defines an interval in seconds in which the GeoPackage is checked. The timestamp of the table is compared to the timestamp of the table last time the table was read. The DataSetChanged event is fired when a change in the GeoPackage is detected. A value of zero disables the check.
Platforms
Windows, Linux, Android