Udostępnij za pośrednictwem


StandardBindingElement.CloseTimeout Właściwość

Definicja

Pobiera lub ustawia interwał czasu podany dla operacji zamknięcia do ukończenia.

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

Wartość właściwości

Określa TimeSpan , jak długo operacja zamknięcia musi zakończyć się przed przekroczeniem limitu czasu.

Atrybuty

Dotyczy