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)
Usage
'Usage
Dim value As Integer
value = DataCacheErrorCode.NotificationInvalidationNotSupported
Syntax
'Declaration
Public Const NotificationInvalidationNotSupported As Integer
public const int NotificationInvalidationNotSupported
public:
literal int NotificationInvalidationNotSupported
public static final int NotificationInvalidationNotSupported
public const var NotificationInvalidationNotSupported : int
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 Cache Administration with PowerShell (Velocity).
Platforms
Development Platforms
Visual Studio 2010 and later, .NET Framework 4
Target Platforms
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
See Also
Reference
DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.ApplicationServer.Caching Namespace
ff425062(v=azure.10).md 2011-08-26