SimpleQueueCache.AddToCache(IList<IBatchContainer>) 方法

定义

将消息列表添加到缓存

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))

参数

实现

适用于