C# Class Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.Cooler.CommandProcessors.ChangeSetPointTempCommandProcessor

Command processor to handle the change in the temperature range
Inheritance: Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.SimulatorCore.CommandProcessors.CommandProcessor
Afficher le fichier Open project: Azure/azure-iot-remote-monitoring Class Usage Examples

Méthodes publiques

Méthode Description
ChangeSetPointTempCommandProcessor ( CoolerDevice device ) : System
HandleCommandAsync ( DeserializableCommand deserializableCommand ) : Task

Method Details

ChangeSetPointTempCommandProcessor() public méthode

public ChangeSetPointTempCommandProcessor ( CoolerDevice device ) : System
device Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.Cooler.Devices.CoolerDevice
Résultat System

HandleCommandAsync() public méthode

public HandleCommandAsync ( DeserializableCommand deserializableCommand ) : Task
deserializableCommand Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.SimulatorCore.Transport.DeserializableCommand
Résultat Task