UdpRetransmissionSettingsElement.MaxDelayPerRetransmission 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 maksymalne opóźnienie na retransmisję elementu ustawień retransmisji UDP.
public:
property TimeSpan MaxDelayPerRetransmission { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("maxDelayPerRetransmission", DefaultValue="00:00:00.500")]
[System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")]
public TimeSpan MaxDelayPerRetransmission { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("maxDelayPerRetransmission", DefaultValue="00:00:00.500")>]
[<System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")>]
member this.MaxDelayPerRetransmission : TimeSpan with get, set
Public Property MaxDelayPerRetransmission As TimeSpan
Wartość właściwości
Maksymalne opóźnienie retransmisji dla elementu ustawień retransmisji UDP.
- Atrybuty