System.Web Namespace HttpRuntime Class
Removes all items from the cache and shuts down the common language runtime.
[ VB ]
Public Shared Sub Close ( )
[ C# ]
public static void Close ( );
[ C++ ]
public: static void Close ( );
[ JScript ]
public static function Close ( );
This method is provided for use when your code implements its own hosting environment. There is no need to call this method in the course of normal request processing.
.NET Framework Security:
HttpRuntime Members