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
?
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
?