LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Get Method
See Also 
Leadtools.Medical.Caching.Storage Namespace > IStorageProvider Interface : Get Method



Id
A System.String that identifies the item.

The Get Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Id
A System.String that identifies the item.
Gets an item from the user context store.

Syntax

Visual Basic (Declaration) 
Function Get( _
   ByVal Id As String _
) As Byte()
Visual Basic (Usage)Copy Code
Dim instance As IStorageProvider
Dim Id As String
Dim value() As Byte
 
value = instance.Get(Id)
C# 
byte[] Get( 
   string Id
)
C++/CLI 
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also