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)
Syntax
public Nullable<DateTimeOffset> LockedUntil { get; internal set; }
public:
property Nullable<DateTimeOffset> LockedUntil {
Nullable<DateTimeOffset> get();
internal: void set(Nullable<DateTimeOffset> value);
}
member LockedUntil : Nullable<DateTimeOffset> with get, internal set
Public Property LockedUntil As Nullable(Of DateTimeOffset)
Get
Friend Set
End Property
Property Value
Type: System.Nullable<DateTimeOffset>
The date and time until which the message will be locked in the queue/subscription.
See Also
Message Class
Microsoft.WindowsAzure.Messaging Namespace
Return to top