DeviceUpdateClientHostExtensions 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 DeviceUpdateClient to an IHostApplicationBuilder.
public static class DeviceUpdateClientHostExtensions
type DeviceUpdateClientHostExtensions = class
Public Module DeviceUpdateClientHostExtensions
- Inheritance
-
DeviceUpdateClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddDeviceUpdateClient(IHostApplicationBuilder, String, Action<DeviceUpdateClientSettings>) |
Adds a singleton DeviceUpdateClient to the IHostApplicationBuilder's service collection. |
| AddDeviceUpdateClient(IHostApplicationBuilder, String) |
Adds a singleton DeviceUpdateClient to the IHostApplicationBuilder's service collection. |
| AddKeyedDeviceUpdateClient(IHostApplicationBuilder, String, String, Action<DeviceUpdateClientSettings>) |
Adds a keyed singleton DeviceUpdateClient to the IHostApplicationBuilder's service collection. |
| AddKeyedDeviceUpdateClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton DeviceUpdateClient to the IHostApplicationBuilder's service collection. |