Create and send message to StorageQueue

PHOTO EMBED

Thu Jan 27 2022 12:54:18 GMT+0000 (Coordinated Universal Time)

Saved by @vips1307 #c#

Debug.WriteLine("Trying to send message to StorageQueue");
PinLocationEntity currentPin = new PinLocationEntity(1, 2, 3, "NW", "100", 10, 12, "0", DateTime.Now);
string jsonCurrentPin = JsonConvert.SerializeObject(currentPin);
await StorageQueuesHelper.SendMessage(jsonCurrentPin);
content_copyCOPY