Show / Hide Table of Contents

Method RepeatSearchAsync

| Edit this page View Source

RepeatSearchAsync(string, Envelope, CancellationToken)

Repeats the last search, with results restricted to the current visible area.

Declaration
public virtual Task<IList<SearchResult>> RepeatSearchAsync(string queryString, Envelope queryExtent, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string queryString

Text to be used for the query.

Envelope queryExtent

Extent used to limit the results.

CancellationToken cancellationToken

Token used to cancel search.

Returns
Type Description
Task<IList<SearchResult>>

Task returning a list of results.

Implements
ISearchSource.RepeatSearchAsync(string, Envelope, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX