Defines a contract for an object which is capable of executing asychronous SearchRequests
and other services, such as a query time elapsed metric

C# | Visual Basic | Visual C++ |
public interface ISearchEngine
Public Interface ISearchEngine
public interface class ISearchEngine

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | BeginSearch(SearchRequest) |
Defines a method for beginning the execution of an asynchronous search
|
![]() | Error |
Specifies an event which will fire when an error ocurrs while executing a search
|
![]() | QueryTimeElapsed |
Specifies a TimeSpan property which returns the time elapsed for the last executed query
|
![]() | SearchCompleted |
Specifies an event which will fire when a search in completed
|