- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 78字
- 2021-07-02 20:23:03
How it works…
In this recipe, we have added Queue message output binding and made the following changes to the code:
- Added a reference to the Newtonsoft.Json NuGet library in the project.json file
- Added a new parameter named out string objUserProfileQueueItem which is used to bind the URL of the profile picture as a Queue message content
- We have also made the Run method synchronous by removing async as it doesn't allow us to have out parameters
推薦閱讀
- Bootstrap Site Blueprints Volume II
- Dynamics 365 Application Development
- CentOS 7 Server Deployment Cookbook
- Instant 960 Grid System
- 實戰低代碼
- Python:Master the Art of Design Patterns
- Procedural Content Generation for C++ Game Development
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Java SE實踐教程
- Learning iOS Security
- 測試架構師修煉之道:從測試工程師到測試架構師
- 物聯網系統架構設計與邊緣計算(原書第2版)
- Apache Solr PHP Integration
- Visual Basic語言程序設計基礎(第3版)
- Learning C++ by Creating Games with UE4