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

NameDescription
msgThe message reference to write the data in
keyThe key to fetch the data from
deleteA flag whether to delete the data in the storage