Skip to content

CachedMessageBlock.Add(CachedMessage)

Add(CachedMessage)

View source
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.