Share via


IWithMessageLockDuration.WithMessageLockDurationInSeconds(Int32) Method

Definition

Specifies the amount of time that the message is locked for other receivers.

public Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Update.IUpdate WithMessageLockDurationInSeconds (int durationInSeconds);
abstract member WithMessageLockDurationInSeconds : int -> Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Update.IUpdate
Public Function WithMessageLockDurationInSeconds (durationInSeconds As Integer) As IUpdate

Parameters

durationInSeconds
Int32

Duration of a lock in seconds.

Returns

Applies to