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.Remove

Removes an object from the application state collection by name.

[Visual Basic]
Public Sub Remove( _
   ByVal name As String _
)
[C#]
public void Remove(
   string name
);
[C++]
public: void Remove(
   String* name
);
[JScript]
public function Remove(
   name : String
);

Parameters

name
Name of item to be removed from collection.

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace