- 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
推薦閱讀
- Instant Node Package Manager
- Spring 5企業級開發實戰
- Hadoop+Spark大數據分析實戰
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Spring核心技術和案例實戰
- Machine Learning in Java
- Elasticsearch Essentials
- WebStorm Essentials
- Python應用與實戰
- After Effects CC案例設計與經典插件(視頻教學版)
- Clojure Data Structures and Algorithms Cookbook
- HTML5程序開發范例寶典
- 流程讓管理更高效:流程管理全套方案制作、設計與優化
- ACE技術內幕:深入解析ACE架構設計與實現原理