CacheRemove Method
Remove a an item with a specific name from the cache
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
public void Remove(
string Key
)
Public Sub Remove (
Key As String
)
public:
virtual void Remove(
String^ Key
) sealed
Parameters
- Key String
- Name of the item to remove.
No exception is thrown if the specified item does not exist.