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

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)
byte[] Get( 
   string Id
)
function Leadtools.Medical.Caching.Storage.IStorageProvider.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: 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

IStorageProvider Interface
IStorageProvider Members

 

 


Products | Support | Contact Us | Copyright Notices

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