DataCacheNotificationDescriptor.CacheName Property

 

The name of the cache triggering the cache notification.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public string CacheName { get; }
public:
property String^ CacheName {
    String^ get();
}
member CacheName : string with get
Public ReadOnly Property CacheName As String

Property Value

Type: System.String

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

Remarks

The delegate method that is invoked by a cache notification receives the corresponding DataCacheNotificationDescriptor object with the nd parameter.

See Also

DataCacheNotificationDescriptor Class
Microsoft.ApplicationServer.Caching Namespace

Return to top