ArcGIS Runtime SDK for WPF - Library Reference
ExecuteTaskAsync(ImageServiceIdentifyParameters) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > ImageServiceIdentifyTask Class > ExecuteTaskAsync Method : ExecuteTaskAsync(ImageServiceIdentifyParameters) Method

parameters
Specifies the criteria used to identify the features of an image service layer.
Executes an IdentifyImageServiceTask against an ArcGIS Server image service layer. The result is returned as an array of features.

Syntax

Visual Basic (Declaration) 
Public Overloads Function ExecuteTaskAsync( _
   ByVal parameters As ImageServiceIdentifyParameters _
) As Task(Of ImageServiceIdentifyTaskResult)

Parameters

parameters
Specifies the criteria used to identify the features of an image service layer.

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.