다음을 통해 공유


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>

메시지 일괄 처리입니다.

구현

적용 대상