Compartir a través de


IQueueCache.TryPurgeFromCache(IList<IBatchContainer>) Método

Definición

Solicita que la memoria caché purgue los elementos que se pueden purgar.

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

Parámetros

purgedItems
IList<IBatchContainer>

Elementos purgados.

Devoluciones

true si los elementos se purgaron correctamente de la memoria caché. De lo contrario, false .

Se aplica a