共用方式為


GeneratorPooledCache.TryPurgeFromCache(IList<IBatchContainer>) 方法

定義

詢問快取是否有可從快取 (清除的專案,以便後續將其釋放至基礎佇列) 。

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

參數

purgedItems
IList<IBatchContainer>

清除的專案。

傳回

true 如果已成功從快取清除專案,則為 , false 否則為 。

實作

適用於