DataCache.AddCacheLevelBulkCallback Method (DataCacheBulkNotificationCallback)

 

Adds a bulk cache notification callback for cache operations occurring on all regions and items. Not supported in Windows Azure Shared Caching.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public DataCacheNotificationDescriptor AddCacheLevelBulkCallback(
    DataCacheBulkNotificationCallback clientCallback
)
public:
DataCacheNotificationDescriptor^ AddCacheLevelBulkCallback(
    DataCacheBulkNotificationCallback^ clientCallback
)
member AddCacheLevelBulkCallback : 
        clientCallback:DataCacheBulkNotificationCallback -> DataCacheNotificationDescriptor
Public Function AddCacheLevelBulkCallback (
    clientCallback As DataCacheBulkNotificationCallback
) As DataCacheNotificationDescriptor

Parameters

Return Value

Type: Microsoft.ApplicationServer.Caching.DataCacheNotificationDescriptor

A DataCacheNotificationDescriptor object used to identify the cache bulk notification callback.

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top