Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > ObjectCache Class > Get Method : Get(String,String) Method |
public abstract object Get( string key, string regionName )
'Declaration
Public Overloads MustOverride Function Get( _ ByVal key As String, _ ByVal regionName As String _ ) As Object
'Usage
Dim instance As ObjectCache Dim key As String Dim regionName As String Dim value As Object value = instance.Get(key, regionName)
public: abstract Object^ Get( String^ key, String^ regionName )