ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL 接口
定义
The stage of the subscription definition allowing to define default TTL for messages.
public interface WithDefaultMessageTTL
方法
withDefaultMessageTTL(Period ttl) |
Specifies the duration after which the message expires. Note: unless it is explicitly overridden the default ttl is infinite (TimeSpan.Max).
|