다음을 통해 공유


IQueueCache.TryPurgeFromCache(IList<IBatchContainer>) 메서드

정의

캐시에서 제거할 수 있는 모든 항목을 제거하라는 요청입니다.

public bool TryPurgeFromCache (out System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> purgedItems);
abstract member TryPurgeFromCache : IList -> bool
Public Function TryPurgeFromCache (ByRef purgedItems As IList(Of IBatchContainer)) As Boolean

매개 변수

purgedItems
IList<IBatchContainer>

제거된 항목입니다.

반환

true 항목이 캐시에서 성공적으로 제거되었으면 이고, false 그렇지 않으면 입니다.

적용 대상