ArcGIS Runtime SDK for WPF - Library Reference
ExecuteAsync Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > IdentifyTask Class : ExecuteAsync Method

identifyParameters
Specifies the criteria used to identify the features.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
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().

Syntax

Visual Basic (Declaration) 
Public Sub ExecuteAsync( _
   ByVal identifyParameters As IdentifyParameters, _
   Optional ByVal userToken As Object _
) 
C# 
public void ExecuteAsync( 
   IdentifyParameters identifyParameters,
   object userToken
)

Parameters

identifyParameters
Specifies the criteria used to identify the features.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.