Back to product page

Remove method


Removes the first occurrence of a specific Session object from the collection.

Type

Void

Syntax

  • C#
  • VB.NET
Void Remove(WebUser Item);
The Remove(Item) syntax has these parts:
ItemSession object to remove from the collection.

Sub Remove(ByVal Item As WebUser)
The Remove(Item) syntax has these parts:
ItemSession object to remove from the collection.

Remarks

This method is used to delete first Session object that corresponds to the one provided by Item parameter.

Platforms

Windows