ArcGIS API for Windows Phone - Library Reference
ExecuteAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > IdentifyTask Class : ExecuteAsync Method

Executes an identify against an ArcGIS Server map layer. The result is returned as a List of FeatureSet. If the identify is successful, the user-specified responder is invoked with the result. Each FeatureSet contains an array of Graphic features, which can be added to the map using Map.graphics.add().

Overload List

OverloadDescription
ExecuteAsync(IdentifyParameters) Executes an identify against an ArcGIS Server map layer. The result is returned as a List of FeatureSet. If the identify is successful, the user-specified responder is invoked with the result. Each FeatureSet contains an array of Graphic features, which can be added to the map using Map.graphics.add().  
ExecuteAsync(IdentifyParameters,Object) Executes an identify against an ArcGIS Server map layer. The result is returned as a List of FeatureSet. If the identify is successful, the user-specified responder is invoked with the result. Each FeatureSet contains an array of Graphic features, which can be added to the map using Map.graphics.add().  

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.