NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpApplicationState.RemoveAll

Removes all objects from the application state collection.

[Visual Basic]
Public Sub RemoveAll()
[C#]
public void RemoveAll();
[C++]
public: void RemoveAll();
[JScript]
public function RemoveAll();

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace