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

Применяется к