Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatsunea/19704bfe91789c40874d06ac13d0725a to your computer and use it in GitHub Desktop.
Save hatsunea/19704bfe91789c40874d06ac13d0725a to your computer and use it in GitHub Desktop.
Client.CloudToDeviceMessage += (s, e) =>
{
Console.CursorTop = 10;
Console.WriteLine($" > IoT Hub:{e.Message}");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment