ApplicationManager.IsIdle Method ()

 

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

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

member IsIdle : unit -> bool

Return Value

Type: System.Boolean

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

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

.NET Framework
Available since 2.0
Return to top
Show: