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)

Public ReadOnly Property CacheName As String

Property Value

Type: System.String

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

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

Return to top
Show: