IQueueCache.TryPurgeFromCache(IList<IBatchContainer>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Demande que le cache vide tous les éléments qui peuvent être vidés.
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
Paramètres
- purgedItems
- IList<IBatchContainer>
Éléments vidés.
Retours
true
si les éléments ont été correctement vidés du cache., false
sinon.