Executes a query against an ArcGIS Server map layer. If the query is successful, the task returns a
QueryResult. Otherwise, the Task.Exception is set.
Syntax
Parameters
- query
- Specifies the attributes and spatial filter of the query.
- cancellationToken
- Cancellation token for cancelling task.
Return Value
a Task object with
QueryResult upon successful completion. Otherwise, the Task.Exception is set.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also