Hello,
I would like to be able to estimate the cost of caching the full extent of a Feature Layer hosted in the ArcGIS Location Platform when setting "FeatureRequestMode.ManualCache".
I am assuming that when using "FeatureRequestMode.ManualCache", after the layer is cached, queries are local.
Since the "FeatureRequestMode.ManualCache" is different from an offline workflow, when are queries to the server actually happening? When we firstly install the app and access ArcGISMap and its operational layers? When there is a configuration change? When the app recomposes?
And also, are the populateFromService parameters bin the code below correct?
Thank you very much in advance,
Adriana