Compartir a través de


Subscription.QueueReceiveLockDurationInSecond Property

Definition

Maximum period in seconds in which once the message is in received (by the client) state and waiting to be accepted, released or rejected. If this time elapsed after a message has been received by the client and not transitioned into accepted (not processed), released or rejected, the message is available for redelivery. This is an optional field, where default is 60 seconds, minimum is 60 seconds and maximum is 300 seconds.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PropertyOrigin.Inlined)]
public int? QueueReceiveLockDurationInSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PropertyOrigin.Inlined)>]
member this.QueueReceiveLockDurationInSecond : Nullable<int> with get, set
Public Property QueueReceiveLockDurationInSecond As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to