Remove the key from the collection.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public void Remove( string key ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ key As String _ ) |
| Visual C++ |
|---|
public: void Remove ( String^ key ) |
Parameters
- key
- String
the key to remove
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::NullPointerException | if the key is null |
See Also
Properties Class
GemStone.GemFire.Cache Namespace