C# 클래스 Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.Cooler.CommandProcessors.ChangeSetPointTempCommandProcessor

Command processor to handle the change in the temperature range
상속: Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.SimulatorCore.CommandProcessors.CommandProcessor
파일 보기 프로젝트 열기: Azure/azure-iot-remote-monitoring 1 사용 예제들

공개 메소드들

메소드 설명
ChangeSetPointTempCommandProcessor ( CoolerDevice device ) : System
HandleCommandAsync ( DeserializableCommand deserializableCommand ) : Task

메소드 상세

ChangeSetPointTempCommandProcessor() 공개 메소드

public ChangeSetPointTempCommandProcessor ( CoolerDevice device ) : System
device Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.Cooler.Devices.CoolerDevice
리턴 System

HandleCommandAsync() 공개 메소드

public HandleCommandAsync ( DeserializableCommand deserializableCommand ) : Task
deserializableCommand Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.SimulatorCore.Transport.DeserializableCommand
리턴 Task