Business Analyst Online API for Silverlight 2.2 Reference
ExecuteAsync Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BAO.Tasks.ThematicMapping Namespace > ThematicMappingQueryTask Class : ExecuteAsync Method

layerInfo
A geography layer to execute query on.
query
A query to execute.
responder
Async responder to handle query results.

Glossary Item Box

Executes the given query for the given layer if the layer is owned by this task.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

layerInfo
A geography layer to execute query on.
query
A query to execute.
responder
Async responder to handle query results.

Return Value

True if the query task is started.

Remarks

This task is an owner of layers that were returned by the InitializeAsync method in geography levels and it is also an owner of copies of these layers created with the ESRI.ArcGIS.Client.BACore.ThematicMapping.IGeographyLayerInfo.CreateCopy method.

Before executing the query, the method tests that this task owns the given geography layer. If not, the query task doesn't executed.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010-2012 ESRI Inc. All Rights Reserved.