Declared in DataStorageMessageWriter
Declaration
bool DeleteMessage(
Message msg
);
Description
Deletes the message from the cache and will ensure that all data that was tracked for that message is deleted.
Parameters
Name | Description |
---|---|
msg | The message to delete |