PlanetaryComputerProClientHostExtensions 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 PlanetaryComputerProClient to an IHostApplicationBuilder.
public static class PlanetaryComputerProClientHostExtensions
type PlanetaryComputerProClientHostExtensions = class
Public Module PlanetaryComputerProClientHostExtensions
- Inheritance
-
PlanetaryComputerProClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddKeyedPlanetaryComputerProClient(IHostApplicationBuilder, String, String, Action<PlanetaryComputerProClientSettings>) |
Adds a keyed singleton PlanetaryComputerProClient to the IHostApplicationBuilder's service collection. |
| AddKeyedPlanetaryComputerProClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton PlanetaryComputerProClient to the IHostApplicationBuilder's service collection. |
| AddPlanetaryComputerProClient(IHostApplicationBuilder, String, Action<PlanetaryComputerProClientSettings>) |
Adds a singleton PlanetaryComputerProClient to the IHostApplicationBuilder's service collection. |
| AddPlanetaryComputerProClient(IHostApplicationBuilder, String) |
Adds a singleton PlanetaryComputerProClient to the IHostApplicationBuilder's service collection. |