After sending the BrokeredMessage to the queue, like below
BrokeredMessage msg = new BrokeredMessage(content);
client.Send(msg);
Is there any way to get the value of this msg.LockToken
?
You can get LockToken from Message.SystemProperties.LockToken.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With