The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ApplicationManager::IsIdle Method ()
.NET Framework (current version)
Returns a value indicating whether all applications hosted by the process are idle and not processing requests.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System::Booleantrue 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
Available since 2.0
Show: