LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Get Method

Show in webframe



A System.String that identifies the item.
Gets an item from the user context store.
Syntax
'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)
byte[] Get( 
   string 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.