CatalogMap.FlushAllDataSets Method
Calls DataSet.FlushCache on all datasets referenced by the map.
FlushAllDataSets()
Calls DataSet.FlushCache on all datasets referenced by the map.Syntax
public void FlushAllDataSets ()
Remarks
If a catalog map service is removed from a catalog, and the application has the service loaded in memory as a CatalogMap instance, the application may call this method before releasing the last reference to the map. This ensures that Carmenta Engine closes all file handles the datasets may have opened. After doing so, the data files for the service can safely be removed from disk.
Platforms
Windows, Linux, Android