Freigeben über


TeamFoundationCacheService<TKey, TValue>.BulkSet-Methode

Fügt Elemente dem Cache hinzu. Wenn Element mit dem angegebenen Schlüssel im Cache vorhanden ist, wird sie ersetzt.

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

Syntax

'Declaration
Public Sub BulkSet ( _
    requestContext As TeamFoundationRequestContext, _
    items As IEnumerable(Of Tuple(Of TKey, TValue)) _
)
public void BulkSet(
    TeamFoundationRequestContext requestContext,
    IEnumerable<Tuple<TKey, TValue>> items
)

Parameter

Hinweise

Diese Methode ist threadsicher.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationCacheService<TKey, TValue> Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace