Compartilhar via


UdpDiscoveryEndpointElement.MaxResponseDelay Propriedade

Definição

Obtém ou define o TimeSpan máximo no qual todas as ProbeMatches de um serviço que respondem a uma operação de investigação são enviadas.

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")]
[System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")]
public TimeSpan MaxResponseDelay { get; set; }
[System.Configuration.ConfigurationProperty("maxResponseDelay", DefaultValue="00:00:00.500")]
[System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")]
[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")>]
[<System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")>]
member this.MaxResponseDelay : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("maxResponseDelay", DefaultValue="00:00:00.500")>]
[<System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.MaxResponseDelay : TimeSpan with get, set
Public Property MaxResponseDelay As TimeSpan

Valor da propriedade

TimeSpan

O atraso máximo.

Atributos
TypeConverterAttribute ConfigurationPropertyAttribute ServiceModelTimeSpanValidatorAttribute

Aplica-se a