Add a new item into the user context store.
Syntax
Parameters
- name
-
A String representing the user context
- Id
-
A String that identifies the item to be stored.
- data
-
The an array of Byte to be inserted as the item information.
- priority
-
The precedence of the stored item relative to other items stored, check the CacheItemPriority enumeration.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also