Declared in ReceiverMessageWriterModel
Declaration
JToken ReadLatestJSON(
string key,
bool delete
);
Description
Reads the latest value of the JSON data received from the data storage system. This will fetch the data and return it as a JSON object. This will be able to specify a key to fetch the data from. If deleting, this will remove the data from the storage system.
Parameters
Name | Description |
---|---|
key | The key to fetch the data from |
delete | A flag whether to delete the data in the storage |