NotificationProperties Property

Gets or sets the notification settings for the cache client. Not supported in Windows Azure Shared Caching.

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

'Declaration
Public Property NotificationProperties As DataCacheNotificationProperties
	Get
	Set
'Usage
Dim instance As DataCacheFactoryConfiguration
Dim value As DataCacheNotificationProperties

value = instance.NotificationProperties

instance.NotificationProperties = value

If this property is not set, notifications are disabled. Notifications are only supported in .

Community Additions

ADD
Show: