ArcFM Solution Developer Guide
Get(String) Method


Syntax
'Declaration
 
Public Overloads Function Get( _
   ByVal key As System.String _
) As T
'Usage
 
Dim instance As IsolatedCache(Of T)
Dim key As System.String
Dim value As T
 
value = instance.Get(key)
public T Get( 
   System.string key
)

Parameters

key
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IsolatedCache<T> Class
IsolatedCache<T> Members
Overload List

 

 


Send Comment