BaseOperationNotification Class

 

Updated: July 13, 2011

The base class for an event used for notifications. Applies only to the server versions of AppFabric.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

System::Object
  Microsoft.ApplicationServer.Caching::BaseOperationNotification
    Microsoft.ApplicationServer.Caching::DataCacheOperationDescriptor

[DataContractAttribute(Name = "BaseOperationNotification", Namespace = "http://schemas.microsoft.com/velocity/namespace")]
public ref class BaseOperationNotification 

NameDescription
System_CAPS_pubmethodBaseOperationNotification(String^, DataCacheOperations, DataCacheItemVersion^)

Initializes a new instance of the BaseOperationNotification class. Applies only to the server versions of AppFabric.

NameDescription
System_CAPS_pubpropertyCacheName

Name of the cache in which the operation occurred. Applies only to the server versions of AppFabric.

System_CAPS_pubpropertyOperationType

The type of the operation which caused the notification. Applies only to the server versions of AppFabric.

System_CAPS_pubpropertyVersion

The version of the operation which caused the notification. Applies only to the server versions of AppFabric.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the string representation of the BaseOperationNotification event. Applies only to the server versions of AppFabric.(Overrides Object::ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: