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

ServiceBusQueueCreateParameters.LockDuration 属性

定义

可选。 确定将由接受者处理的消息的锁定时间(单位:秒)。 此锁定期限过后,消息将解锁并可供下一个接收者使用。 仅在队列创建时可设置:* 范围:0

public string LockDuration { get; set; }
member this.LockDuration : string with get, set
Public Property LockDuration As String

属性值

适用于