Method RemovePersistentSensorData
RemovePersistentSensorData(string)
Removes a persistent sensor data object.
Declaration
public bool RemovePersistentSensorData(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key | The key of the object to remove. |
Returns
Type | Description |
---|---|
bool | True if a data object was removed. False if it was not set. |