UdpRetransmissionSettingsElement.DelayUpperBound Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia górne opóźnienie powiązane dla elementu ustawień retransmisji 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
Wartość właściwości
Górne opóźnienie powiązane elementu ustawień retransmisji UDP.
- Atrybuty