Declared in Receiver

Declaration

bool ReceiveMessage(
    Message msg,
    string key
);

Description

Checks the buffer, at a particular key, and attempts to update a message with the data from the buffer. This will return whether the message is successfully updated. If there is no data, or the key is invalid, then the message will not be updated.

Parameters

NameDescription
msgThe message to update the data with
keyThe key to check the data on