I tried to do an identify
var task = MainMapView.IdentifyLayerAsync(srtmValueLayer, e.GetPosition(MainMapView), 0,false ,1);
I get this error in the task result of the task :
Error = {"Invalid argument: Identify parameters do not specify a region in the view extent."}
According to the list that shows the implemented functionalities in the version 100:
Choosing the right version | ArcGIS for Developers
The ImageServiceLayer is not implemented. So do I have to change to the version 10.2.7 in order to have an identify function?