你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISubscriptionProperties.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.Runtime.Info(Create=true, Description="Maximum period in seconds in which once the message is in received (by the client) state and waiting to be accepted, released or rejected.\r\n        If this time elapsed after a message has been received by the client and not transitioned into accepted (not processed), released or rejected,\r\n        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.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="receiveLockDurationInSeconds", Update=true)]
public int? QueueReceiveLockDurationInSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Maximum period in seconds in which once the message is in received (by the client) state and waiting to be accepted, released or rejected.\r\n        If this time elapsed after a message has been received by the client and not transitioned into accepted (not processed), released or rejected,\r\n        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.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="receiveLockDurationInSeconds", Update=true)>]
member this.QueueReceiveLockDurationInSecond : Nullable<int> with get, set
Public Property QueueReceiveLockDurationInSecond As Nullable(Of Integer)

Property Value

Attributes

Applies to