Skip to content

Instantly share code, notes, and snippets.

@ztirom

ztirom/Index Secret

Created April 22, 2016 15:55
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 ztirom/a025e92077735a16326ea30ece1b8e3f to your computer and use it in GitHub Desktop.
Save ztirom/a025e92077735a16326ea30ece1b8e3f to your computer and use it in GitHub Desktop.
FirstStepsWithAzureIoTHub
public async Task Index() {
ViewBag.data = await MyDevice.GetDevicesAsync();
return View();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment