你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Queue.UpdateStages.WithMessageLockDuration Interface
public static interface Queue.UpdateStages.WithMessageLockDuration
The stage of the queue definition allowing to define duration for message lock.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withMessageLockDurationInSeconds(int durationInSeconds)
Specifies the amount of time that the message is locked for other receivers. |
Method Details
withMessageLockDurationInSeconds
public abstract Queue.Update withMessageLockDurationInSeconds(int durationInSeconds)
Specifies the amount of time that the message is locked for other receivers.
Parameters:
durationInSeconds
- duration of a lock in seconds
Returns:
the next stage of queue update