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)

public:
IEnumerable<String^>^ GetSystemRegions()

Return Value

Type: System.Collections.Generic::IEnumerable<String^>^

Returns an enumerable list of default regions as an IEnumerable<T> object.

Return to top
Show: