DataCacheOperationDescriptor Class
Updated: June 30, 2012
Represents a notification event for operations performed against the cache, such as Add or Remove.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Microsoft.ApplicationServer.Caching::BaseOperationNotification
Microsoft.ApplicationServer.Caching::DataCacheOperationDescriptor
| Name | Description | |
|---|---|---|
![]() | DataCacheOperationDescriptor(String^, String^, String^, DataCacheOperations, DataCacheItemVersion^) | Creates a new instance of the DataCacheOperationDescriptor class using the specified parameters. |
| Name | Description | |
|---|---|---|
![]() | CacheName | Name of the cache in which the operation occurred. Applies only to the server versions of AppFabric.(Inherited from BaseOperationNotification.) |
![]() | Key | Returns the Key property. |
![]() | OperationType | The type of the operation which caused the notification. Applies only to the server versions of AppFabric.(Inherited from BaseOperationNotification.) |
![]() | RegionName | Returns the RegionName property. |
![]() | Version | The version of the operation which caused the notification. Applies only to the server versions of AppFabric.(Inherited from BaseOperationNotification.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns the string representation of the DataCacheOperationDescriptor object.(Overrides BaseOperationNotification::ToString().) |
Not supported in Windows Azure Shared Caching.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


