DataCacheAddFailureNotificationCallback Method Windows Server AppFabric Caching Compatibility Library
Adds a failure notification that is used to notify a client that it has missed one or more 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 DataCacheNotificationDescriptor AddFailureNotificationCallback(
	DataCacheFailureNotificationCallback failureCallback
)

Parameters

failureCallback
Type: Soss.Compat.WSAFDataCacheFailureNotificationCallback
Method to be invoked when a notification failure occurs.

Return Value

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

Reference