共用方式為


UdpRetransmissionSettingsElement.DelayLowerBound 屬性

定義

取得或設定 UDP 重新傳輸設定項目的下限延遲。

public:
 property TimeSpan DelayLowerBound { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("delayLowerBound", DefaultValue="00:00:00.050")]
[System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")]
public TimeSpan DelayLowerBound { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("delayLowerBound", DefaultValue="00:00:00.050")>]
[<System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")>]
member this.DelayLowerBound : TimeSpan with get, set
Public Property DelayLowerBound As TimeSpan

屬性值

TimeSpan

UDP 重新傳輸設定項目的下限延遲。

屬性
TypeConverterAttribute ConfigurationPropertyAttribute ServiceModelTimeSpanValidatorAttribute

適用於