Declared in ReceiverMessageWriterModel
Declaration
bool ReadLatestMessage(
Message msg,
string key,
bool delete
);
Description
Reads the latest value of the message received from the data storage system. This will write the data into the message reference that is passed in and will be able to fetch the data from some key. If deleting, this will remove the data from the storage system.
Parameters
Name | Description |
---|---|
msg | The message reference to write the data in |
key | The key to fetch the data from |
delete | A flag whether to delete the data in the storage |