C# Класс Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Web.Controllers.DashboardController

Наследование: Controller
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DashboardController ( IDeviceLogic deviceLogic, IDeviceTelemetryLogic deviceTelemetryLogic, IConfigurationProvider configProvider ) : Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Exceptions

Initializes a new instance of the DashboardController class.

Приватные методы

Метод Описание
Index ( ) : Task
SetCulture ( string cultureName ) : System.Web.Mvc.ActionResult

Описание методов

DashboardController() публичный Метод

Initializes a new instance of the DashboardController class.
public DashboardController ( IDeviceLogic deviceLogic, IDeviceTelemetryLogic deviceTelemetryLogic, IConfigurationProvider configProvider ) : Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Exceptions
deviceLogic IDeviceLogic The IDeviceLogic implementation that the new instance will use.
deviceTelemetryLogic IDeviceTelemetryLogic The IDeviceTelemetryLogic implementation that the new instance will use.
configProvider IConfigurationProvider The IConfigurationProvider implementation that the new intance will use.
Результат Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Exceptions