CacheEntryChangeMonitor::RegionName Property

.NET Framework (current version)
 

Gets the name of a region of the cache.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property String^ RegionName {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

The name of a region in the cache.

The value of this property typically indicates a particular region where changes are monitored in the cache. The RegionName property provides the option to configure change monitors so that they monitor cache entries only in a specific cache region.

.NET Framework
Available since 4.0
Return to top
Show: