ServiceBusReceivedMessage.LockToken Property

Definition

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 ReceiveMode.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