- 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
推薦閱讀
- CockroachDB權威指南
- Web Application Development with R Using Shiny(Second Edition)
- 匯編語言程序設計(第2版)
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- 程序員修煉之道:通向務實的最高境界(第2版)
- 深入淺出PostgreSQL
- Solr Cookbook(Third Edition)
- Node.js區塊鏈開發
- 軟件工程與UML案例解析(第三版)
- 超好玩的Scratch 3.5少兒編程
- Mastering ASP.NET Core 2.0
- Java從入門到精通(視頻實戰版)
- Arduino Electronics Blueprints
- JavaWeb從入門到精通(視頻實戰版)
- Improving your Penetration Testing Skills