Message.LockedUntil Property

 

Gets the date and time until which the message will be locked in the queue/subscription.

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

public Nullable<DateTimeOffset> LockedUntil { get; internal set; }

Property Value

Type: System.Nullable<DateTimeOffset>

The date and time until which the message will be locked in the queue/subscription.

Return to top
Show: