Hello,
We are developing an application in the following configuration :
1. wpf gui showing a map with local feature layers taken from an MPK
2. windows service that will update the local feature layers from the same MPK that the gui consumes.
we are using WCF to communicate between the two components.
we would like the wpf map gui to be updated when the service updates the layers.
Is it possible ? if so, How ?
Thanks in advance
Michael