Hi All, I am dealing with very large data sets and is thinking ofusing
"manualSync" (instead oftrue)
forpushing server data updates to the clients. To use "manualSync",the
client code needs to subscribe to the DataServer for changes.From
reading the FDS user guide, it was not clear to me if FDSwould be able
to handle data updates for me (after the clientsubscribes to the
changes). Does having the [Managed] metadata tag in the AS class
stillwork when I am using "manualSync"? Or does the client no...