- 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
推薦閱讀
- 微信公眾平臺與小程序開發:從零搭建整套系統
- OpenDaylight Cookbook
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Swift語言實戰精講
- Learning Raspbian
- SQL基礎教程(第2版)
- 0 bug:C/C++商用工程之道
- 區塊鏈技術進階與實戰(第2版)
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Apache Solr PHP Integration
- 寫給青少年的人工智能(Python版·微課視頻版)
- ROS機器人編程實戰
- Jakarta EE Cookbook
- 計算思維與Python編程
- Test-Driven iOS Development with Swift 4(Third Edition)