ServiceBusSubscription.UpdateStages.WithMessageLockDuration 接口
定义
The stage of the subscription definition allowing to define duration for message lock.
public interface WithMessageLockDuration
方法
withMessageLockDurationInSeconds(int durationInSeconds) |
Specifies the amount of time that the message is locked for other receivers.
|