DataCacheFailureNotificationCallback 委派
指定当缓存客户端错过缓存通知时将由失败通知调用的方法的必需参数。
命名空间: Microsoft.ApplicationServer.Caching
汇编: Microsoft.ApplicationServer.Caching.Client(在 microsoft.applicationserver.caching.client.dll 中)
用法
语法
声明
Public Delegate Sub DataCacheFailureNotificationCallback ( _
cacheName As String, _
nd As DataCacheNotificationDescriptor _
)
public delegate void DataCacheFailureNotificationCallback (
string cacheName,
DataCacheNotificationDescriptor nd
)
public delegate void DataCacheFailureNotificationCallback (
String^ cacheName,
DataCacheNotificationDescriptor^ nd
)
/** @delegate */
public delegate void DataCacheFailureNotificationCallback (
String cacheName,
DataCacheNotificationDescriptor nd
)
参数
- cacheName
与错过的通知相关联的缓存的名称。
- nd
与调用委派方法的失败通知关联的 DataCacheNotificationDescriptor 对象。
备注
当缓存客户端错过一个或多个通知时触发失败通知。与为缓存通知添加回调类似,添加失败通知回调也涉及两个步骤。首先,创建一个将在触发失败通知时调用的方法。与失败通知一起调用的方法必须接受与此委派相同的参数。其次,使用 AddFailureNotificationCallback 方法添加失败通知回调。
备注
为使您的应用程序能够使用通知,您需要在命名缓存上启用通知。通过 New-Cache
或 Set-CacheConfig
命令使用 notificationsEnabled
参数。有关详细信息,请参阅缓存管理与 PowerShell (Velocity)。
平台
开发平台
Visual Studio 2010 及更高版本, .NET Framework 4
目标平台
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2