Share via


HostTimeoutsElement.CloseTimeout Proprietà

Definizione

Ottiene o imposta l'intervallo di tempo consentito per la chiusura dell'host del servizio.

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

Valore della proprietà

TimeSpan

Valore TimeSpan che specifica l'intervallo di tempo consentito per la chiusura dell'host del servizio.

Attributi

Si applica a