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)

Syntax

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

value = instance.NotificationProperties

instance.NotificationProperties = value
public DataCacheNotificationProperties NotificationProperties { get; set; }
public:
property DataCacheNotificationProperties^ NotificationProperties {
    DataCacheNotificationProperties^ get ();
    void set (DataCacheNotificationProperties^ value);
}
member NotificationProperties : DataCacheNotificationProperties with get, set
function get NotificationProperties () : DataCacheNotificationProperties
function set NotificationProperties (value : DataCacheNotificationProperties)

Property Value

Type: Microsoft.ApplicationServer.Caching. . :: . .DataCacheNotificationProperties
A DataCacheNotificationProperties object.

Remarks

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

See Also

Reference

DataCacheFactoryConfiguration Class

Microsoft.ApplicationServer.Caching Namespace