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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- namespaceId
Type: System.Guid
- key
Type: System.String
Return Value
Type: System.Object
.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.