LEADTOOLS Medical (Leadtools.Medical.Caching assembly)
LEAD Technologies, Inc

Item Property






A System.String that identifies the cache item to be retrieved.
Gets an item from the cache.
Syntax
public virtual byte[] this[ 
   string id
]; {get;}
'Declaration
 
Public Overridable ReadOnly Default Property Item( _
   ByVal id As String _
) As Byte()
'Usage
 
Dim instance As Cache
Dim id As String
Dim value() As Byte
 
value = instance.Item(id)
public virtual byte[] this[ 
   string id
]; {get;}
  this[ 
   id 
] get_Item();
public:
virtual property array<byte>^ default [String^] {
   array<byte>^ get(String^ id);
}

Parameters

id
A System.String that identifies the cache item to be retrieved.

Property Value

The item stored in the cache as an array of System.Byte
Remarks
If the item specified by the id does not exist, this property will throw an exception.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cache Class
Cache Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.