AsyncSearcherResultElementT, ResultT Class |
Namespace: Telogis.GeoBase
public class AsyncSearcher<ResultElementT, ResultT> where ResultElementT : ISearchResult where ResultT : new(), Result<ResultElementT>
The AsyncSearcherResultElementT, ResultT type exposes the following members.
Name | Description | |
---|---|---|
SearchDelay | Obsolete.
Delay before the search starts. This is to give the user a chance to change
the search term before committing to starting the search.
| |
Status | Obsolete.
Returns the state of the asynchronous search.
|
Name | Description | |
---|---|---|
ChangeSearchTerm |
Execute a new search, while retaining any search results that match the new query string. Calling this
method will abort any search currently in progress.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
OnFoundResults |
Event that fires when the search results change.
|