Compartir a través de


Delegado de DataCacheBulkNotificationCallback

Especifica una devolución de llamada que se llama con una lista de operaciones de caché.

Espacio de nombres: Microsoft.ApplicationServer.Caching
Ensamblado: Microsoft.ApplicationServer.Caching.Client (en microsoft.applicationserver.caching.client.dll)

Uso

Sintaxis

'Declaración
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
)

Parámetros

  • cacheName
    Nombre de la memoria caché en la que está almacenado el objeto.
  • nd
    DataCacheNotificationDescriptor asociado con la notificación de caché que ha invocado el método delegado.

Plataformas

Plataformas de desarrollo

Visual Studio 2010 y posterior, .NET Framework 4

Plataformas de destino

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

Vea también

Referencia

Espacio de nombres de Microsoft.ApplicationServer.Caching