Use a feature service in on-interaction-no-cache mode. This mode always fetches features from the server and does not cache features client side by setting the ServiceFeatureTable.FeatureRequestMode
to ON_INTERACTION_NO_CACHE
on an service feature table before it is loaded.
Simply run the app.
Set the ServiceFeatureTable.FeatureRequestMode
property of the service feature table to ON_INTERACTION_NO_CACHE
before the table is loaded.
- FeatureLayer
- ServiceFeatureTable
- ServiceFeatureTable.setFeatureRequestMode(...)
Edit and Manage Data