CachedMessageBlock.Add(CachedMessage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public void Add (Orleans.Providers.Streams.Common.CachedMessage message);
member this.Add : Orleans.Providers.Streams.Common.CachedMessage -> unit
Public Sub Add (message As CachedMessage)
Parameters
- message
- CachedMessage
The message to add to this block.