This sample demonstrates how to use a feature service in manual cache mode. This mode does not fetch features until a call to populate from service is called. From this point onwards, no additional queries are sent to the server to retrieve features. If you know what features you need ahead of time, this is the best mode.
By setting the ServiceFeatureTable.FeatureRequestMode
to MANUAL_CACHE
on an service feature table before it is loaded, then call populate from service using a query which defines the required features.