Udostępnij za pośrednictwem


UdpRetransmissionSettingsElement.DelayLowerBound Właściwość

Definicja

Pobiera lub ustawia dolne opóźnienie powiązane dla elementu ustawień retransmisji 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

Wartość właściwości

TimeSpan

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

Atrybuty
TypeConverterAttribute ConfigurationPropertyAttribute ServiceModelTimeSpanValidatorAttribute

Dotyczy