Add(CachedMessage)
public void Add(CachedMessage message) Add a message from the queue to the block. Converts the queue message to a cached message and stores it at the end of the block.
Parameters
messageCachedMessage- The message to add to this block.
