Compartir a través de


UdpDiscoveryEndpointElement.MaxResponseDelay Propiedad

Definición

Obtiene o establece el TimeSpan máximo dentro del que se envían todos los ProbeMatches para un servicio que responde a una operación del sondeo.

public:
 property TimeSpan MaxResponseDelay { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("maxResponseDelay", DefaultValue="00:00:00.500")]
public TimeSpan MaxResponseDelay { get; set; }
[System.Configuration.ConfigurationProperty("maxResponseDelay", DefaultValue="00:00:00.500")]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan MaxResponseDelay { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("maxResponseDelay", DefaultValue="00:00:00.500")>]
member this.MaxResponseDelay : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("maxResponseDelay", DefaultValue="00:00:00.500")>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.MaxResponseDelay : TimeSpan with get, set
Public Property MaxResponseDelay As TimeSpan

Valor de propiedad

Retraso máximo.

Atributos

Se aplica a