Partager via


QueueInner.LockDuration Propriété

Définition

Obtient ou définit la durée d’un peek-lock ; c’est-à-dire la durée pendant laquelle le message est verrouillé pour d’autres récepteurs. La valeur maximale de LockDuration est de 5 minutes ; la valeur par défaut est 1 minute. Le service accepte un format C# Standard TimeSpan pour la durée loc https://msdn.microsoft.com/en-us/library/ee372286(v=vs.110).aspx

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lockDuration")]
public string LockDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lockDuration")>]
member this.LockDuration : string with get, set
Public Property LockDuration As String

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à