Message.LockToken Property

 

Gets the lock token assigned by Service Bus to this message.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public Guid LockToken { get; internal set; }

Property Value

Type: System.Guid

The lock token assigned by Service Bus to this message.

Return to top
Show: