UdpRetransmissionSettingsElement.DelayLowerBound Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el retraso de límite inferior del elemento de configuración de la retransmisión de 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
Valor de propiedad
Retraso de límite inferior del elemento de configuración de la retransmisión de UDP.
- Atributos