asp.net.ph

Application.Remove Method

System.Web Namespace   HttpApplicationState Class


Removes the named object from an HttpApplicationState collection.

[ VB ]
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
The name of the object to be removed from the collection.

Example

The following example removes a variable named myAppVar from the application state collection.

Application.Remove ( "myAppVar" );
  C# VB JScript

See Also

HttpApplicationState Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph