ArcGIS API for Silverlight - Library Reference
FindTask Class Methods
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace : FindTask Class


For a list of all members of this type, see FindTask members.

Public Methods

 NameDescription
public MethodCancelAsync Cancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public MethodExecuteAsyncOverloaded.  Executes an Find against an ArcGIS Server map layer. The result is returned as a List of FeatureSet. If the Find is successful, the user-specified responder is invoked with the result. A FeatureSet contains an array of Graphic features, which can be added to the map using GraphicsLayer.Graphics.Add.  
Top

Protected Methods

 NameDescription
protected MethodOnPropertyChangedCalled 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)
Top

See Also

© ESRI, Inc. All Rights Reserved.