The following tables list the members exposed by IdentifyTask.
Name | Description | |
---|---|---|
![]() | IdentifyTask Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AutoNormalize | If true automatically normalizes geometry crossing the anti-meridian. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | DisableClientCaching | If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | IsBusy | Gets a value that indicates whether a Web request is in progress. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | LastResult | The result of the last execution of the IdentifyTask. |
![]() | ProxyURL | Gets or sets the URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | Token | Token for accessing a secure ArcGIS task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | Url | Gets or sets the URL of the task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
Name | Description | |
---|---|---|
![]() | CancelAsync | Cancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | ExecuteAsync | Overloaded. 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(). |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Called when a task result related property value has changed. These properties are named, or end with, "LastResult". E.g. QueryTask exposes the "LastResult" property, and GeometryService has a "BufferLastResult" property. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
Name | Description | |
---|---|---|
![]() | ExecuteCompleted | Occurs when the identify completes. |
![]() | Failed | Occurs when the query completes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |