ISessionStateItemCollection::Remove Method (String^)
.NET Framework (current version)
Deletes an item from the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the item to delete from the collection.
In implementing the Remove method, you should set the Dirty property to true to indicatevalues in the ISessionStateItemCollection implementation have been modified.
If the ISessionStateItemCollection implementation does not contain an element with the specified name, the collection should remain unchanged and no exception be thrown.
The following code example shows an implementation of the Remove method. For an example of a complete implementation of the ISessionStateItemCollection interface, see the example provided in the ISessionStateItemCollection interface overview.
.NET Framework
Available since 2.0
Available since 2.0
Show: