DataCacheNotificationProperties Class
Updated: June 30, 2012
Specifies the notification settings for a cache client. Applies only to the server versions of AppFabric.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
| Name | Description | |
|---|---|---|
![]() | DataCacheNotificationProperties(Int64, TimeSpan) | Creates a new instance of the DataCacheNotificationProperties class. |
| Name | Description | |
|---|---|---|
![]() | MaxQueueLength | Gets the maximum queue length for notifications on the cache cluster. |
![]() | PollInterval | Gets the polling interval that the cache client uses to check for notifications on the cache cluster. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
To use this class, assign an instance of it to the NotificationProperties property of the DataCacheFactoryConfiguration class. In to use notifications, you need to enable them on a named cache. In Microsoft AppFabric 1.1 for Windows Server Caching, use the notificationsEnabled parameter with the New-Cache or Set-CacheConfig Windows PowerShell commands. In Windows Azure Caching, enable notifications in the Caching configuration of the role that hosts the cache.
Notifications can be used for callbacks, such as a notification that an item has been removed from the cache. Notifications are also used to update locally cached items when the local cache invalidation policy is set to NotificationBased.
Note that the properties of this class are read-only. Because of this, you must use the overloaded constructor to assign values to the properties.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)