ITeamFoundationCachingService.Get Method

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

Syntax

'Declaration
Function Get ( _
    requestContext As TeamFoundationRequestContext, _
    namespaceId As Guid, _
    key As String _
) As Object
Object Get(
    TeamFoundationRequestContext requestContext,
    Guid namespaceId,
    string key
)
Object^ Get(
    TeamFoundationRequestContext^ requestContext, 
    Guid namespaceId, 
    String^ key
)
abstract Get : 
        requestContext:TeamFoundationRequestContext * 
        namespaceId:Guid * 
        key:string -> Object
function Get(
    requestContext : TeamFoundationRequestContext, 
    namespaceId : Guid, 
    key : String
) : Object

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

ITeamFoundationCachingService Interface

Microsoft.TeamFoundation.Framework.Server Namespace