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 > FileCache Class : GetValues Method |
public override IDictionary<string,object> GetValues( IEnumerable<string> keys, string regionName )
'Declaration
Public Overrides Function GetValues( _ ByVal keys As IEnumerable(Of String), _ ByVal regionName As String _ ) As IDictionary(Of String,Object)
'Usage
Dim instance As FileCache Dim keys As IEnumerable(Of String) Dim regionName As String Dim value As IDictionary(Of String,Object) value = instance.GetValues(keys, regionName)
@Override
public Map<String, Object> getValues(Iterator<String> keys, String regionName)
public: IDictionary<String^,Object^>^ GetValues( IEnumerable<String^>^ keys, String^ regionName ) override