System.Web.Hosting.ApplicationManager.IsIdle Method

Returns a value indicating whether all applications hosted by the process are idle and not processing requests.

Syntax

public bool IsIdle ()

Returns

true if all applications in the process are idle; otherwise, false.

Remarks

The ApplicationManager.IsIdle method returns true if all applications hosted by the process are idle.

Requirements

Namespace: System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0