DataCacheOperationDescriptor ClassWindows Server AppFabric Caching Compatibility Library
Represents a notification event for operations performed against the cache (Add Item, Remove Item, Replace Item, Clear Region, Create Region, Remove Region).
Inheritance Hierarchy

SystemObject
  Soss.Compat.WSAFDataCacheOperationDescriptor

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

[SerializableAttribute]
public class DataCacheOperationDescriptor

The DataCacheOperationDescriptor type exposes the following members.

Constructors

  NameDescription
Public methodDataCacheOperationDescriptor
Public constructor.
Top
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
The string representation of the class instance.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyKey
Object key
Public propertyRegionName
The region name.
Top
See Also

Reference