This topic has not yet been rated - Rate this topic

BrokeredMessage.LockedUntilUtc Property

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

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public DateTime LockedUntilUtc { get; internal set; }

Property Value

Type: System.DateTime
The date and time until which the message will be locked in the queue/subscription.
Exception Condition
ObjectDisposedException

Thrown if the message is in disposed state.

InvalidOperationException

Thrown if the message was not received from the ServiceBus.

Did you find this helpful?
(1500 characters remaining)