StandardBindingReliableSessionElement.InactivityTimeout Özellik

Tanım

Kanalın, diğer iletişimci tarafın kanalda hata oluşturmadan önce ileti göndermemesini sağlayan en uzun süreyi belirten bir TimeSpan değer alır veya ayarlar.

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

Özellik Değeri

Kanalın TimeSpan en uzun süresini belirten değer, diğer iletişimci tarafın kanalda hata oluşturmadan önce ileti göndermemesini sağlar. Varsayılan değer 00:10:00'dır.

Öznitelikler

Açıklamalar

Kanaldaki etkinlik, uygulama veya altyapı iletisi alma olarak tanımlanır. Bu özellik etkin olmayan bir oturumu canlı tutmak için gereken en uzun süreyi denetler. Etkinlik olmadan daha uzun bir süre varsa, oturum altyapı ve kanal hataları tarafından sonlandırılır.

Şunlara uygulanır