DataCacheRemoveCallback Method Windows Server AppFabric Caching Compatibility Library
Removes a cache notification callback.

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

public void RemoveCallback(
	DataCacheNotificationDescriptor nd
)

Parameters

nd
Type: Soss.Compat.WSAFDataCacheNotificationDescriptor
The DataCacheNotificationDescriptor object that identifies the callback that should be removed.
Remarks

In order for application to use notifications, you need to enable them via the NotificationsEnabled property.

The DataCacheNotificationDescriptor object is returned when the callback was added for event notifications by using the following methods: .
See Also

Reference