Message.SystemPropertiesCollection.LockToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the lock token for the current message.
public string LockToken { get; }
member this.LockToken : string
Public ReadOnly Property LockToken As String
Property Value
Remarks
The lock token is a reference to the lock that is being held by the broker in PeekLock mode. Locks are used to explicitly settle messages as explained in the product documentation in more detail. The token can also be used to pin the lock permanently through the Deferral API and, with that, take the message out of the regular delivery state flow. This property is read-only.
Applies to
Azure SDK for .NET