Exemple #1
0
 /// <summary>
 /// Initializes the DeviceClient and sets up the callback to receive
 /// messages containing temperature information
 /// </summary>
 static async Task Run()
 {
     udpServer = UdpServer.Create();
     await udpServer.RunServer();
 }