TeamFoundationCacheService<TKey, TValue>.GetValues Method

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

Syntax

'Declaration
Public Function GetValues ( _
    requestContext As TeamFoundationRequestContext _
) As TValue()
public TValue[] GetValues(
    TeamFoundationRequestContext requestContext
)
public:
array<TValue>^ GetValues(
    TeamFoundationRequestContext^ requestContext
)
member GetValues : 
        requestContext:TeamFoundationRequestContext -> 'TValue[] 
public function GetValues(
    requestContext : TeamFoundationRequestContext
) : TValue[]

Parameters

Return Value

Type: array<TValue[]

.NET Framework Security

See Also

Reference

TeamFoundationCacheService<TKey, TValue> Class

Microsoft.TeamFoundation.Framework.Server Namespace