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.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
public:
DataCacheNotificationDescriptor^ AddCacheLevelBulkCallback(
DataCacheBulkNotificationCallback^ clientCallback
)
Parameters
- clientCallback
-
Type:
Microsoft.ApplicationServer.Caching::DataCacheBulkNotificationCallback^
The name of the method you want to invoke when these notifications occur.
Return Value
Type: Microsoft.ApplicationServer.Caching::DataCacheNotificationDescriptor^A DataCacheNotificationDescriptor object used to identify the cache bulk notification callback.
Show: