DataCache.GetSystemRegions Method ()
Used to determine the default regions for the cache. Not supported in Windows Azure Shared Caching.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Syntax
public IEnumerable<string> GetSystemRegions()
public:
IEnumerable<String^>^ GetSystemRegions()
member GetSystemRegions : unit -> IEnumerable<string>
Public Function GetSystemRegions As IEnumerable(Of String)
Return Value
Type: System.Collections.Generic.IEnumerable<String>
Returns an enumerable list of default regions as an IEnumerable<T> object.
See Also
DataCache Class
Microsoft.ApplicationServer.Caching Namespace
Return to top