Information
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 ()

 

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)

public:
bool IsIdle()

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: