Hi,
I have an ArcGISDynamicMapServiceLayer with 20 vector layers.
When someone adds (or deletes) a feature to a layer (in code via ArcObjects, not REST API), I want to see the new feature on the Map automatically.
I've tried to use the methods:
ArcGISDynamicMapServiceLayer.Refresh() and
ArcGISDynamicMapServiceLayer.Initialize()
but they don't help me.
How can I make the Map to refresh in code and display the new feature (or remove the old one)?
Thanks!