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 否则为 。

适用于