DataCacheNotificationCallback DelegateWindows Server AppFabric Caching Compatibility Library
Represents a callback for a cache notifications.

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 DataCacheNotificationCallback(
	string cacheName,
	string regionName,
	string key,
	DataCacheItemVersion version,
	DataCacheOperations cacheOperation,
	DataCacheNotificationDescriptor nd
)

Parameters

cacheName
Type: SystemString
The name of the cache associated with the cache operation.
regionName
Type: SystemString
The name of the region associated with the cache operation (optional).
key
Type: SystemString
The name of the key associated with the cache operation.
version
Type: Soss.Compat.WSAFDataCacheItemVersion
The DataCacheItemVersion of the cached object associated with the cache operation that triggered the notification. A null version indicates that a specific cached item is not associated with the cache operation.
cacheOperation
Type: Soss.Compat.WSAFDataCacheOperations
The DataCacheOperations enumeration specifying which cache event triggered the cache notification.
nd
Type: Soss.Compat.WSAFDataCacheNotificationDescriptor
The DataCacheNotificationDescriptor object associated with the cache notification that invoked the delegate method.
See Also

Reference