BaseOperationNotification Class

 

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)

Inheritance Hierarchy

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

Syntax

[DataContractAttribute(Name = "BaseOperationNotification", Namespace = "https://schemas.microsoft.com/velocity/namespace")]
public class BaseOperationNotification
[DataContractAttribute(Name = "BaseOperationNotification", Namespace = "https://schemas.microsoft.com/velocity/namespace")]
public ref class BaseOperationNotification 
[<DataContractAttribute(Name = "BaseOperationNotification", Namespace = "https://schemas.microsoft.com/velocity/namespace")>]
type BaseOperationNotification = class end
<DataContractAttribute(Name := "BaseOperationNotification", Namespace := "https://schemas.microsoft.com/velocity/namespace")>
Public Class BaseOperationNotification

Constructors

Name Description
System_CAPS_pubmethod BaseOperationNotification(String, DataCacheOperations, DataCacheItemVersion)

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

Properties

Name Description
System_CAPS_pubproperty CacheName

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

System_CAPS_pubproperty OperationType

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

System_CAPS_pubproperty Version

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

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 BaseOperationNotification event. Applies only to the server versions of AppFabric.(Overrides Object.ToString().)

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