DataCacheErrorCode.NotificationInvalidationNotSupported Field

 

Cache notifications are not supported because the named cache has been created without notifications enabled.

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

Syntax

public const int NotificationInvalidationNotSupported
public:
literal int NotificationInvalidationNotSupported
static val mutable NotificationInvalidationNotSupported : int
Public Const NotificationInvalidationNotSupported As Integer

Field Value

Type: System.Int32

Remarks

In order for your application to use notifications, you need to enable them on a named cache. Use the NotificationsEnabled parameter with the New-Cache or Set-CacheConfig commands. For more information, see .6a1b1653-949b-4530-999a-5fb00497d4c4

See Also

DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace

Return to top