C# Class WindowsIoT_Raspberry_Pi.AzureDBmanager

Show file Open project: iamelectron/RaspberryP2_Automation Class Usage Examples

Public Methods

Method Description
AzureDBmanager ( ) : System
read ( ) : Task
send ( string msg, string model ) : void
update ( ) : void

Method Details

AzureDBmanager() public method

public AzureDBmanager ( ) : System
return System

read() public method

public read ( ) : Task
return Task

send() public method

public send ( string msg, string model ) : void
msg string
model string
return void

update() public method

public update ( ) : void
return void