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
System_CAPS_pubmethod DataCacheOperationDescriptor(String, String, String, DataCacheOperations, DataCacheItemVersion)

Creates a new instance of the DataCacheOperationDescriptor class using the specified parameters.

Properties

Name Description
System_CAPS_pubproperty CacheName

Name of the cache in which the operation occurred. Applies only to the server versions of AppFabric.(Inherited from BaseOperationNotification.)

System_CAPS_pubproperty Key

Returns the Key property.

System_CAPS_pubproperty OperationType

The type of the operation which caused the notification. Applies only to the server versions of AppFabric.(Inherited from BaseOperationNotification.)

System_CAPS_pubproperty RegionName

Returns the RegionName property.

System_CAPS_pubproperty Version

The version of the operation which caused the notification. Applies only to the server versions of AppFabric.(Inherited from BaseOperationNotification.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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