RemoveItem Method
Description
Removes item from the database. Removal takes place immediately, without a Post.
Syntax
Visual Basic
Public Sub RemoveItem( _
   ByVal ItemKey As Variant _
) 
Parameters
ItemKey
Either a Host Object, the host name, or a Variant Array of the names of the hosts to remove.
See Also