Declared in StateModel
Declaration
void Delete(
string key
);
Description
Attempts to delete a state property from the cache. This will remove it if it does exist.
Parameters
Name | Description |
---|---|
key | The key to delete the property from |
Declared in StateModel
void Delete(
string key
);
Attempts to delete a state property from the cache. This will remove it if it does exist.
Name | Description |
---|---|
key | The key to delete the property from |