Edit

Share via


IQueueCache.TryPurgeFromCache(IList<IBatchContainer>) Method

Definition

Requests that the cache purge any items that can be purged.

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

Parameters

purgedItems
IList<IBatchContainer>

The purged items.

Returns

true if items were successfully purged from the cache., false otherwise.

Applies to