UdpRetransmissionSettingsElement.DelayUpperBound Свойство

Определение

Получает или задает задержку верхней границы для элемента параметров повторной передачи 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

Значение свойства

TimeSpan

Задержка верхней границы для элемента параметров ретрансляции UDP.

Атрибуты
TypeConverterAttribute ConfigurationPropertyAttribute ServiceModelTimeSpanValidatorAttribute

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