Bagikan melalui


ReliableSessionElement.InactivityTimeout Properti

Definisi

Mendapatkan atau menetapkan TimeSpan nilai yang menentukan durasi maksimum saluran memungkinkan pihak lain yang berkomunikasi untuk tidak mengirim pesan apa pun sebelum menyalahkan saluran.

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

Nilai Properti

TimeSpan Nilai yang menentukan durasi maksimum saluran memungkinkan pihak lain yang berkomunikasi untuk tidak mengirim pesan apa pun sebelum menyalahkan saluran. Defaultnya adalah 00:10:00.

Atribut

Keterangan

Aktivitas di saluran didefinisikan sebagai menerima pesan aplikasi atau infrastruktur. Properti ini mengontrol jumlah waktu maksimum untuk menjaga sesi tidak aktif tetap hidup. Jika ada waktu yang lebih lama tanpa aktivitas, sesi dibatalkan oleh infrastruktur dan kesalahan saluran.

Berlaku untuk