DataCacheAddCacheLevelBulkCallback Method Windows Server AppFabric Caching Compatibility Library

Note: This API is now obsolete.

This method is not supported by this implementation.

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

[ObsoleteAttribute("The AddCacheLevelBulkCallback method is not supported by this implementation.", 
	true)]
public DataCacheNotificationDescriptor AddCacheLevelBulkCallback(
	DataCacheBulkNotificationCallback clientCallback
)

Parameters

clientCallback
Type: Soss.Compat.WSAFDataCacheBulkNotificationCallback
The method to be invoked when the specified operations occur.

Return Value

Type: DataCacheNotificationDescriptor
A DataCacheNotificationDescriptor object used to identify the cache notification callback.
See Also

Reference