UdpRetransmissionSettingsElement.DelayUpperBound 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 UDP 重新傳輸設定項目的上限延遲。
public:
property TimeSpan DelayUpperBound { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("delayUpperBound", DefaultValue="00:00:00.250")]
[System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")]
public TimeSpan DelayUpperBound { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("delayUpperBound", DefaultValue="00:00:00.250")>]
[<System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")>]
member this.DelayUpperBound : TimeSpan with get, set
Public Property DelayUpperBound As TimeSpan
屬性值
UDP 重新傳輸設定項目的上限延遲。
- 屬性