public static interface ServiceBusSubscription.DefinitionStages.WithMessageLockDuration
Modifier and Type | Method and Description |
---|---|
ServiceBusSubscription.DefinitionStages.WithCreate |
withMessageLockDurationInSeconds(int durationInSeconds)
Specifies the amount of time that the message is locked for other receivers.
|
ServiceBusSubscription.DefinitionStages.WithCreate withMessageLockDurationInSeconds(int durationInSeconds)
durationInSeconds
- duration of a lock in secondsCopyright © 2019. All rights reserved.