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

parameters
Specifies the criteria used to identify the features of an image service layer.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Executes an IdentifyImageServiceTask against an ArcGIS Server image service layer. The result is returned as an array of features.

Syntax

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

Parameters

parameters
Specifies the criteria used to identify the features of an image service layer.
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

See Also

© ESRI, Inc. All Rights Reserved.