Method RepeatSearchAsync
| Edit this page View SourceRepeatSearchAsync(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. |