Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Show in webframe

Get Method






A System.String that identifies the item.
Gets an item from the user context store.
Syntax
byte[] Get( 
   string Id
)
'Declaration
 
Function Get( _
   ByVal Id As String _
) As Byte()
'Usage
 
Dim instance As IStorageProvider
Dim Id As String
Dim value() As Byte
 
value = instance.Get(Id)

            

            
array<byte>^ Get( 
   String^ Id
) 

Parameters

Id
A System.String that identifies the item.

Return Value

The item stored in the user context store as an array of System.Byte
Requirements

Target Platforms

See Also

Reference

IStorageProvider Interface
IStorageProvider Members

Error processing SSI file