ProcessModelSection.ClientConnectedCheck Property
.NET Framework 2.0
Gets or sets a value indicating how long a request is left in the queue.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(InfiniteTimeSpanConverter))] public TimeSpan ClientConnectedCheck { get; set; }
/** @property */ public TimeSpan get_ClientConnectedCheck () /** @property */ public void set_ClientConnectedCheck (TimeSpan value)
public function get ClientConnectedCheck () : TimeSpan public function set ClientConnectedCheck (value : TimeSpan)
Not applicable.
Note: