The FindTask type exposes the following members.

Constructors

  NameDescription
FindTask
Initializes a new instance of the FindTask class

Methods

  NameDescription
Execute
Performs the find operation using a callback request. The request is sent to the map resource identified by the URL property of the FindTask. The result of this operation is a FindResults object passed to callback function.

Properties

  NameDescription
OnComplete
Function that will process the results returned by the query.
Token
Authentication token to be used in the task's requests to a secured ArcGIS service.
Url
URL of the ArcGIS Server REST resource that will receive query request. The ArcGIS Services Directory may be used to determine the URL of the resource if not already given to you.

See Also