GeneratorPooledCache.AddToCache(IList<IBatchContainer>) 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 messages to the cache
public void AddToCache (System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> messages);
abstract member AddToCache : System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> -> unit
override this.AddToCache : System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> -> unit
Public Sub AddToCache (messages As IList(Of IBatchContainer))
Parameters
- messages
- IList<IBatchContainer>
The message batches.