MessageSystemPropertyNames.LockToken Field
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.
Lock token of the received message. A unique identifier for a cloud-to-device message used to complete, reject or abandon the message. This value is provided to resolve race conditions when completing, rejecting, or abandoning messages.
public const string LockToken;
val mutable LockToken : string
Public Const LockToken As String
Field Value
Remarks
If the lock token expires, the cloud-to-device message needs to be received again to complete, reject or abandon the message without errors.
Applies to
Azure SDK for .NET