Remove
method in Coherence.Cloud.StorageObject
Methods
public bool Remove(Key key)
Removes the value associated with the specified key from the storage object.
Parameters
Type | Name | Description |
---|---|---|
Key | key | The key of the value to remove from the storage object. |
Returns
Type | Description |
---|---|
bool | true if the storage object contained an element with the specified key; otherwise, false. |
public bool Remove(StorageItem item)
Removes the specified item from the storage object.
Parameters
Type | Name | Description |
---|---|---|
StorageItem | item | The item to remove from the storage object. |
Returns
Type | Description |
---|---|
bool | of the item matched the specified value; otherwise, false. |