DataCacheBulkNotificationCallback 委派

指定使用缓存操作列表调用的回调。

命名空间: Microsoft.ApplicationServer.Caching
汇编: Microsoft.ApplicationServer.Caching.Client(在 microsoft.applicationserver.caching.client.dll 中)

用法

语法

声明
Public Delegate Sub DataCacheBulkNotificationCallback ( _
    cacheName As String, _
    operations As IEnumerable(Of DataCacheOperationDescriptor), _
    nd As DataCacheNotificationDescriptor _
)
public delegate void DataCacheBulkNotificationCallback (
    string cacheName,
    IEnumerable<DataCacheOperationDescriptor> operations,
    DataCacheNotificationDescriptor nd
)
public delegate void DataCacheBulkNotificationCallback (
    String^ cacheName, 
    IEnumerable<DataCacheOperationDescriptor^>^ operations, 
    DataCacheNotificationDescriptor^ nd
)
/** @delegate */
public delegate void DataCacheBulkNotificationCallback (
    String cacheName, 
    IEnumerable<DataCacheOperationDescriptor> operations, 
    DataCacheNotificationDescriptor nd
)

参数

  • cacheName
    存储对象的缓存的名称。
  • nd
    与调用委派方法的缓存通知相关联的 DataCacheNotificationDescriptor

平台

开发平台

Visual Studio 2010 及更高版本, .NET Framework 4

目标平台

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

另请参阅

参考

Microsoft.ApplicationServer.Caching 命名空间