DataCacheBulkNotificationCallback Delegate

Specifies a callback which is called with a list of cache operations.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in microsoft.applicationserver.caching.client.dll)

Usage

'Usage
Dim instance As New DataCacheBulkNotificationCallback(AddressOf HandlerMethod)

Syntax

'Declaration
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
)

Parameters

  • cacheName
    The name of the cache where the object is stored.
  • nd
    The DataCacheNotificationDescriptor associated with the cache notification that invoked the delegate method.

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

Microsoft.ApplicationServer.Caching Namespace

  ff425062(v=azure.10).md 2011-08-26