SearchClientHostExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods to add SearchClient to an IHostApplicationBuilder.
public static class SearchClientHostExtensions
type SearchClientHostExtensions = class
Public Module SearchClientHostExtensions
- Inheritance
-
SearchClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddKeyedSearchClient(IHostApplicationBuilder, String, String, Action<SearchClientSettings>) |
Adds a keyed singleton SearchClient to the IHostApplicationBuilder's service collection. |
| AddKeyedSearchClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton SearchClient to the IHostApplicationBuilder's service collection. |
| AddSearchClient(IHostApplicationBuilder, String, Action<SearchClientSettings>) |
Adds a singleton SearchClient to the IHostApplicationBuilder's service collection. |
| AddSearchClient(IHostApplicationBuilder, String) |
Adds a singleton SearchClient to the IHostApplicationBuilder's service collection. |