Click or drag to resize

AsyncSearcherResultElementT, ResultT Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Helper object to perform asynchronous searches on behalf of a DrillDownGeoCoder.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseAsyncSearcherResultElementT, ResultT
    Telogis.GeoBaseDDGCRegionSearcher
    Telogis.GeoBaseDDGCStreetSearcher

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class AsyncSearcher<ResultElementT, ResultT>
where ResultElementT : ISearchResult
where ResultT : new(), Result<ResultElementT>

Type Parameters

ResultElementT
Type of object to search for.
ResultT
Type of objects returned.

The AsyncSearcherResultElementT, ResultT type exposes the following members.

Properties
  NameDescription
Public propertySearchDelay 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.
Public propertyStatus Obsolete.
Returns the state of the asynchronous search.
Top
Methods
  NameDescription
Public methodChangeSearchTerm
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventOnFoundResults
Event that fires when the search results change.
Top
See Also