Share via


Metodo TeamFoundationCacheService<TKey, TValue>.BulkSet

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationCacheService<TKey, TValue> Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server