C# Class HouseOfTheFuture.IoTHub.FakeUsageReporter

显示文件 Open project: HouseOfTheFuture/IoT-Device Class Usage Examples

Public Methods

Method Description
FakeUsageReporter ( ) : System
InitializeIoTHubClient ( ) : void
ReportFakeUsageForAsync ( MeterType meterType ) : System.Threading.Tasks.Task

Private Methods

Method Description
SetupFakeSensorIdentifiers ( ) : void

Method Details

FakeUsageReporter() public method

public FakeUsageReporter ( ) : System
return System

InitializeIoTHubClient() public method

public InitializeIoTHubClient ( ) : void
return void

ReportFakeUsageForAsync() public method

public ReportFakeUsageForAsync ( MeterType meterType ) : System.Threading.Tasks.Task
meterType MeterType
return System.Threading.Tasks.Task