Preview:
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);
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter