TeamFoundationCacheService<TKey, TValue>.GetValues Method
Gets all values.
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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: array<TValue[]
Remarks
This method is thread safe.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.