Edit

Share via


CachedMessageBlock.Add(CachedMessage) Method

Definition

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.

Applies to