GeneratorPooledCache.AddToCache(IList<IBatchContainer>) 方法

定义

将消息添加到缓存

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

参数

messages
IList<IBatchContainer>

消息批处理。

实现

适用于