Edit

Share via


SimpleQueueCache.AddToCache(IList<IBatchContainer>) Method

Definition

Add a list of message to the cache

public virtual void AddToCache (System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> msgs);
abstract member AddToCache : System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> -> unit
override this.AddToCache : System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> -> unit
Public Overridable Sub AddToCache (msgs As IList(Of IBatchContainer))

Parameters

Implements

Applies to