GeneratorPooledCache.AddToCache(IList<IBatchContainer>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将消息添加到缓存
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>
消息批处理。