共用方式為


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 否則為 。

適用於