DataCacheBulkNotificationCallback DelegateWindows Server AppFabric Caching Compatibility Library
Represents a callback for a cache notifications related to bulk operations.

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

public delegate void DataCacheBulkNotificationCallback(
	string cacheName,
	IEnumerable<DataCacheOperationDescriptor> operations,
	DataCacheNotificationDescriptor nd
)

Parameters

cacheName
Type: SystemString
The name of the cache where the object is stored.
operations
Type: System.Collections.GenericIEnumerableDataCacheOperationDescriptor
A list of DataCacheNotificationDescriptor cache operations.
nd
Type: Soss.Compat.WSAFDataCacheNotificationDescriptor
The DataCacheNotificationDescriptor associated with the cache notification that invoked the delegate method.
See Also

Reference