次の方法で共有


IWithMessageLockDuration.WithMessageLockDurationInSeconds(Int32) メソッド

定義

メッセージが他の受信者に対してロックされる時間を指定します。

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

パラメーター

durationInSeconds
Int32

ロックの継続時間 (秒単位)。

戻り値

適用対象