Share via


DataCacheNotificationDescriptor.CacheName Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

he name of the cache triggering the cache notification.

Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)

Syntax

'Declaration
Public ReadOnly Property CacheName As String
'Usage
Dim instance As DataCacheNotificationDescriptor
Dim value As String

value = instance.CacheName
public string CacheName { get; }
public:
property String^ CacheName {
    String^ get ();
}
/** @property */
public String get_CacheName ()
public function get CacheName () : String

Property Value

A string value represents the name of the cache triggering the cache notification.

Remarks

The DataCacheNotificationDescriptor object can be used to identify the cache notification. The delegate method that is invoked by a cache notification receives the corresponding DataCacheNotificationDescriptor object with the nd parameter. For more information about cache notifications, see Cache Notifications (Velocity).

See Also

Reference

DataCacheNotificationDescriptor Class
DataCacheNotificationDescriptor Members
Microsoft.Data.Caching Namespace