←Select platform

Get Method

Summary

Gets an item from the user context store.

Syntax

C#
VB
C++
public byte[] Get( 
   string Id 
) 
  
Function Get( _ 
   ByVal Id As String _ 
) As Byte() 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly