DataCacheNotificationDescriptor ClassWindows Server AppFabric Caching Compatibility Library
Identifies a cache notification callback. This identifier is required to remove the corresponding cache notification callback.
Inheritance Hierarchy

SystemObject
  Soss.Compat.WSAFDataCacheNotificationDescriptor

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

public class DataCacheNotificationDescriptor

The DataCacheNotificationDescriptor type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Creates a string representation of the DataCacheNotificationDescriptor object.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyCacheName
The name of the cache triggering the cache notification.
Public propertyDelegateId
Identifier for the DataCacheNotificationDescriptor object. Used to distinguish between DataCacheNotificationDescriptor objects.
Top
See Also

Reference