DataCache.GetObjectsInRegion Method (String)
Gets an enumerable list of all cached objects in the specified region. Not supported in Windows Azure Shared Caching.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Public Function GetObjectsInRegion ( region As String ) As IEnumerable(Of KeyValuePair(Of String, Object))
Parameters
- region
-
Type:
System.String
The name of the region for which to return a list of all resident objects.
Return Value
Type: System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String, Object))An enumerable list of all cached objects in the specified region.
Show: