UdpRetransmissionSettingsElement.DelayUpperBound Właściwość

Definicja

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

TimeSpan

Górne opóźnienie powiązane elementu ustawień retransmisji UDP.

Atrybuty
TypeConverterAttribute ConfigurationPropertyAttribute ServiceModelTimeSpanValidatorAttribute

Dotyczy