MessageSystemPropertyNames.LockToken Field

Definition

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