Freigeben über


TeamFoundationCacheService<TKey, TValue>.DoCleanup-Methode

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected MustOverride Sub DoCleanup ( _
    cache As Dictionary(Of TKey, Tuple(Of Stopwatch, TValue)) _
)
protected abstract void DoCleanup(
    Dictionary<TKey, Tuple<Stopwatch, TValue>> cache
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationCacheService<TKey, TValue> Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace