Removes the first occurrence of a specific object from the
CacheableHashSet.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public virtual bool Remove( ICacheableKey item ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function Remove ( _ item As ICacheableKey _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Remove ( ICacheableKey^ item ) |
Parameters
- item
- ICacheableKey
The object to remove from the CacheableHashSet.
Return Value
true if item was successfully removed from the CacheableHashSet; otherwise, false. This method also returns false if item is not found in the original CacheableHashSet.
See Also
CacheableHashSet Class
GemStone.GemFire.Cache Namespace