DataCacheOperationDescriptor Class
Represents a notification event for operations performed against the cache, such as Add or Remove.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.ApplicationServer.Caching.BaseOperationNotification
Microsoft.ApplicationServer.Caching.DataCacheOperationDescriptor
Syntax
[SerializableAttribute]
public class DataCacheOperationDescriptor : BaseOperationNotification
[SerializableAttribute]
public ref class DataCacheOperationDescriptor : BaseOperationNotification
[<SerializableAttribute>]
type DataCacheOperationDescriptor =
class
inherit BaseOperationNotification
end
<SerializableAttribute>
Public Class DataCacheOperationDescriptor
Inherits BaseOperationNotification
Constructors
Name | Description | |
---|---|---|
DataCacheOperationDescriptor(String, String, String, DataCacheOperations, DataCacheItemVersion) | Creates a new instance of the DataCacheOperationDescriptor class using the specified parameters. |
Properties
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.) |
Methods
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().) |
Remarks
Not supported in Windows Azure Shared Caching.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ApplicationServer.Caching Namespace
Return to top