ITeamFoundationCachingService.Put Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub Put ( _
requestContext As TeamFoundationRequestContext, _
namespaceId As Guid, _
key As String, _
data As Object _
)
void Put(
TeamFoundationRequestContext requestContext,
Guid namespaceId,
string key,
Object data
)
void Put(
TeamFoundationRequestContext^ requestContext,
Guid namespaceId,
String^ key,
Object^ data
)
abstract Put :
requestContext:TeamFoundationRequestContext *
namespaceId:Guid *
key:string *
data:Object -> unit
function Put(
requestContext : TeamFoundationRequestContext,
namespaceId : Guid,
key : String,
data : Object
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- namespaceId
Type: System.Guid
- key
Type: System.String
- data
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.