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 | |
---|---|---|
BaseOperationNotification(String, DataCacheOperations, DataCacheItemVersion) | Initializes a new instance of the BaseOperationNotification class. Applies only to the server versions of AppFabric. |
Properties
Name | Description | |
---|---|---|
CacheName | Name of the cache in which the operation occurred. Applies only to the server versions of AppFabric. |
|
OperationType | The type of the operation which caused the notification. Applies only to the server versions of AppFabric. |
|
Version | The version of the operation which caused the notification. Applies only to the server versions of AppFabric. |
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 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