SimpleQueueCache.TryPurgeFromCache(IList<IBatchContainer>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
询问缓存是否具有可从缓存 (清除的项,以便随后可以在基础队列) 释放它们。
public virtual bool TryPurgeFromCache (out System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> purgedItems);
abstract member TryPurgeFromCache : IList -> bool
override this.TryPurgeFromCache : IList -> bool
Public Overridable Function TryPurgeFromCache (ByRef purgedItems As IList(Of IBatchContainer)) As Boolean
参数
- purgedItems
- IList<IBatchContainer>
清除的项。
返回
true
如果从缓存中成功清除项,则为 ; false
否则为 。