Compartilhar via


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

Definição

Solicita que o cache limpe todos os itens que podem ser limpos.

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>

Os itens limpos.

Retornos

true se os itens foram limpos com êxito do cache., caso contrário, false .

Aplica-se a