IdentityChartCache.SetChartCacheItem Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetChartCacheItem ( _
entryName As String, _
chartCacheData As String _
)
public void SetChartCacheItem(
string entryName,
string chartCacheData
)
public:
void SetChartCacheItem(
String^ entryName,
String^ chartCacheData
)
member SetChartCacheItem :
entryName:string *
chartCacheData:string -> unit
public function SetChartCacheItem(
entryName : String,
chartCacheData : String
)
Parameters
- entryName
Type: System.String
- chartCacheData
Type: System.String
.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.